Skip to content

Commit

Permalink
Update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Feb 7, 2024
1 parent 4d0f135 commit 078091b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/view/ReviewChanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ define([
mniMMFromFile: 'From File',
mniMMFromUrl: 'From URL',
mniMMFromStorage: 'From Storage',
tipMailRecepients: 'Mail Merge',
tipMailRecepients: 'Mail Merge'
}
}()), Common.Views.ReviewChanges || {}));

Expand Down
5 changes: 5 additions & 0 deletions apps/documenteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,11 @@
"Common.Views.ReviewChanges.txtSpelling": "Spell Checking",
"Common.Views.ReviewChanges.txtTurnon": "Track Changes",
"Common.Views.ReviewChanges.txtView": "Display Mode",
"Common.Views.ReviewChanges.mniMMFromFile": "From file",
"Common.Views.ReviewChanges.mniMMFromStorage": "From storage",
"Common.Views.ReviewChanges.mniMMFromUrl": "From URL",
"Common.Views.ReviewChanges.txtMailMerge": "Mail Merge",
"Common.Views.ReviewChanges.tipMailRecepients": "Mail merge",
"Common.Views.ReviewChangesDialog.textTitle": "Review changes",
"Common.Views.ReviewChangesDialog.txtAccept": "Accept",
"Common.Views.ReviewChangesDialog.txtAcceptAll": "Accept all changes",
Expand Down

0 comments on commit 078091b

Please sign in to comment.