mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Merge pull request #6341 from artoscinote/ma_SCI_9441
Fix error translations [SCI-9441]
This commit is contained in:
commit
64449af994
1 changed files with 2 additions and 3 deletions
|
@ -240,9 +240,6 @@ en:
|
|||
attributes:
|
||||
text: Text is too long
|
||||
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:
|
||||
limit_reached: "Storage limit has been reached."
|
||||
helpers:
|
||||
|
@ -3879,6 +3876,8 @@ en:
|
|||
archived_state: "Archived state"
|
||||
|
||||
errors:
|
||||
general: "Something went wrong."
|
||||
general_text_too_long: 'Text is too long'
|
||||
forbidden:
|
||||
title: "Access to this page is denied (403)."
|
||||
dialog:
|
||||
|
|
Loading…
Reference in a new issue