mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #5665 from overleaf/em-resync-attribution
Label resyncs with "Overleaf History System" GitOrigin-RevId: 3d08dc9bcb2310d7ef7cb8f17cd5c208a802941c
This commit is contained in:
parent
26eb5d7cdc
commit
a752bbefdd
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ script(type="text/ng-template", id="historyEntryTpl")
|
|||
span.name(
|
||||
ng-switch-when="history-resync"
|
||||
ng-style="$ctrl.getUserCSSStyle()"
|
||||
) #{translate("history_resync")}
|
||||
) #{translate("overleaf_history_system")}
|
||||
span.name(
|
||||
ng-switch-default
|
||||
ng-style="$ctrl.getUserCSSStyle()"
|
||||
|
|
|
@ -1523,7 +1523,7 @@
|
|||
"showing_x_results": "Showing __x__ results",
|
||||
"showing_1_result": "Showing 1 result",
|
||||
"showing_1_result_of_total": "Showing 1 result of __total__",
|
||||
"history_resync": "History Resync",
|
||||
"overleaf_history_system": "Overleaf History System",
|
||||
"layout": "Layout",
|
||||
"editor_and_pdf": "Editor & PDF",
|
||||
"editor_only_hide_pdf": "Editor only <0>(hide PDF)</0>",
|
||||
|
|
Loading…
Reference in a new issue