You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/languages/en.ts
+1
Original file line number
Diff line number
Diff line change
@@ -2304,6 +2304,7 @@ const translations = {
2304
2304
}),
2305
2305
settlementFrequency: 'Settlement frequency',
2306
2306
deleteConfirmation: 'Are you sure you want to delete this workspace?',
2307
+
deleteWithCardsConfirmation: 'Are you sure you want to delete this workspace? This will remove all card feeds and assigned cards.',
2307
2308
unavailable: 'Unavailable workspace',
2308
2309
memberNotFound: 'Member not found. To invite a new member to the workspace, please use the invite button above.',
2309
2310
notAuthorized: `You don't have access to this page. If you're trying to join this workspace, just ask the workspace owner to add you as a member. Something else? Reach out to ${CONST.EMAIL.CONCIERGE}.`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
+1
Original file line number
Diff line number
Diff line change
@@ -2325,6 +2325,7 @@ const translations = {
2325
2325
}),
2326
2326
settlementFrequency: 'Frecuencia de liquidación',
2327
2327
deleteConfirmation: '¿Estás seguro de que quieres eliminar este espacio de trabajo?',
2328
+
deleteWithCardsConfirmation: '¿Estás seguro de que quieres eliminar este espacio de trabajo? Se eliminarán todos los datos de las tarjetas y las tarjetas asignadas.',
2328
2329
unavailable: 'Espacio de trabajo no disponible',
2329
2330
memberNotFound: 'Miembro no encontrado. Para invitar a un nuevo miembro al espacio de trabajo, por favor, utiliza el botón invitar que está arriba.',
2330
2331
notAuthorized: `No tienes acceso a esta página. Si estás intentando unirte a este espacio de trabajo, pide al dueño del espacio de trabajo que te añada como miembro. ¿Necesitas algo más? Comunícate con ${CONST.EMAIL.CONCIERGE}`,
// When we create a new workspace, the policy prop will be empty on the first render. Therefore, we have to use policyDraft until policy has been set in Onyx.
0 commit comments