Skip to content

Commit

Permalink
Update es.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdeanexpensify authored Dec 12, 2024
1 parent fce078b commit 80c3529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4497,7 +4497,7 @@ const translations = {
},
},
workspaceActions: {
renamedWorkspaceNameAction: ({oldName, newName}: RenamedRoomActionParams) => `actualizó el nombre de este espacio de trabajo de ${oldName} a ${newName}`,
renamedWorkspaceNameAction: ({oldName, newName}: RenamedRoomActionParams) => `actualizó el nombre de este espacio de trabajo a "${newName}" (previamente "${oldName}")`,
removedFromApprovalWorkflow: ({submittersNames}: RemovedFromApprovalWorkflowParams) => {
let joinedNames = '';
if (submittersNames.length === 1) {
Expand Down

0 comments on commit 80c3529

Please sign in to comment.