Skip to content

Commit

Permalink
Fix transaltions
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Feb 8, 2024
1 parent ad1bb7d commit 9c17c44
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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ export default {
parentNavigationSummary: ({rootReportName, workspaceName}: ParentNavigationSummaryParams) => `From ${rootReportName}${workspaceName ? ` in ${workspaceName}` : ''}`,
},
qrCodes: {
copy: 'Copy',
copy: 'Copy URL',
copied: 'Copied!',
},
moderation: {
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,7 @@ export default {
parentNavigationSummary: ({rootReportName, workspaceName}: ParentNavigationSummaryParams) => `De ${rootReportName}${workspaceName ? ` en ${workspaceName}` : ''}`,
},
qrCodes: {
copy: 'Copiar',
copy: 'Copiar URL',
copied: '¡Copiado!',
},
actionableMentionWhisperOptions: {
Expand Down

0 comments on commit 9c17c44

Please sign in to comment.