mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-12 09:20:45 +08:00
Fix error translations [SCI-9441]
This commit is contained in:
parent
2606e042ff
commit
2b76fe6b5b
1 changed files with 2 additions and 3 deletions
|
|
@ -240,9 +240,6 @@ en:
|
||||||
attributes:
|
attributes:
|
||||||
text: Text is too long
|
text: Text is too long
|
||||||
position: "Position has already been taken by another item in the checklist"
|
position: "Position has already been taken by another item in the checklist"
|
||||||
errors:
|
|
||||||
general: "Something went wrong."
|
|
||||||
general_text_too_long: 'Text is too long'
|
|
||||||
storage:
|
storage:
|
||||||
limit_reached: "Storage limit has been reached."
|
limit_reached: "Storage limit has been reached."
|
||||||
helpers:
|
helpers:
|
||||||
|
|
@ -3879,6 +3876,8 @@ en:
|
||||||
archived_state: "Archived state"
|
archived_state: "Archived state"
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
|
general: "Something went wrong."
|
||||||
|
general_text_too_long: 'Text is too long'
|
||||||
forbidden:
|
forbidden:
|
||||||
title: "Access to this page is denied (403)."
|
title: "Access to this page is denied (403)."
|
||||||
dialog:
|
dialog:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue