mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #9114 from overleaf/ds-history-page-word-change
Changing wording on history page for binaries GitOrigin-RevId: e6ba5f586c195e166b215d35fd3b78c605035b0b
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
navigate-highlights="true"
|
||||
)
|
||||
.alert.alert-info(ng-if="history.selection.diff.binary")
|
||||
| We're still working on showing image and binary changes, sorry. Stay tuned!
|
||||
| #{translate("binary_history_error")}
|
||||
|
||||
.loading-panel(ng-show="isHistoryLoading()")
|
||||
i.fa.fa-spin.fa-refresh
|
||||
@@ -41,7 +41,7 @@
|
||||
resize-on="layout:main:resize,history:toggle",
|
||||
)
|
||||
.alert.alert-info(ng-if="history.selection.file.binary")
|
||||
| We're still working on showing image and binary changes, sorry. Stay tuned!
|
||||
| #{translate("binary_history_error")}
|
||||
.loading-panel(ng-show="isHistoryLoading()")
|
||||
i.fa.fa-spin.fa-refresh
|
||||
| #{translate("loading")}…
|
||||
|
||||
@@ -1781,6 +1781,7 @@
|
||||
"try_to_compile_despite_errors": "Try to compile despite errors",
|
||||
"stop_on_first_error_enabled_title": "No PDF: Stop on first error enabled",
|
||||
"stop_on_first_error_enabled_description": "<0>“Stop on first error” is enabled.</0> Disabling it may allow the compiler to produce a PDF (but your project will still have errors).",
|
||||
"binary_history_error":"Preview not available for this file type",
|
||||
"disable_stop_on_first_error": "Disable “Stop on first error”",
|
||||
"free_plan_label": "You’re on the <b>free plan</b>",
|
||||
"free_plan_tooltip": "Click to find out how you could benefit from Overleaf premium features!",
|
||||
|
||||
Reference in New Issue
Block a user