diff --git a/services/web/app/views/project/editor/history/entriesListV2.pug b/services/web/app/views/project/editor/history/entriesListV2.pug index 506d2c1097..4dc9b19f83 100644 --- a/services/web/app/views/project/editor/history/entriesListV2.pug +++ b/services/web/app/views/project/editor/history/entriesListV2.pug @@ -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()" diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 4b3b110763..8d4323e0ad 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -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)",