Skip to content

Commit

Permalink
Merge pull request #5654 from Expensify/amal-delete-members-copy
Browse files Browse the repository at this point in the history
Update copy for remove members
  • Loading branch information
marcochavezf authored Oct 5, 2021
2 parents befde32 + d1ecb4a commit b550d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export default {
},
people: {
genericFailureMessage: 'An error occurred removing a user from the workspace, please try again.',
removeMembersPrompt: 'Are you sure you want to remove the selected people from your workspace?',
removeMembersPrompt: 'Are you sure you want to remove the selected members from your workspace?',
removeMembersTitle: 'Remove members',
selectAll: 'Select all',
},
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ export default {
},
people: {
genericFailureMessage: 'Se ha producido un error al intentar eliminar a un usuario del espacio de trabajo. Por favor inténtalo más tarde.',
removeMembersPrompt: '¿Estás seguro que quieres eliminar a las personas seleccionadas de tu espacio de trabajo?',
removeMembersPrompt: '¿Estás seguro que quieres eliminar a los miembros seleccionados de tu espacio de trabajo?',
removeMembersTitle: 'Eliminar miembros',
selectAll: 'Seleccionar todo',
},
Expand Down

0 comments on commit b550d52

Please sign in to comment.