You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
the highestlevel status of a category on the index site does not respect translations in case of "disrupted". it always shows the string "disrupted" - independet of the defined wording in i18.
Reproduction steps
create an incident with severity "disrupted" and change the wording in i18n.
Expected behavior
see the wording
Additional context
There is a typo in themes/cstate/partials/index/components.html, line 134 if (highlestLevelStatus === 'dsirupted') { highlestLevelStatusReadable = '{{ T "thisIsDisrupted" }}' }
"disrupted" is mispelled. therefore the translation won't be applied.
please fix :)
The text was updated successfully, but these errors were encountered:
This typo seems to be fixed in #246 . However the fixing commit is not available, when you clone the example.git (following the instructions on the Main README).
git clone --recursive -b master https://github.com/cstate/example.git
Describe the bug
the highestlevel status of a category on the index site does not respect translations in case of "disrupted". it always shows the string "disrupted" - independet of the defined wording in i18.
Reproduction steps
create an incident with severity "disrupted" and change the wording in i18n.
Expected behavior
see the wording
Additional context
There is a typo in themes/cstate/partials/index/components.html, line 134
if (highlestLevelStatus === 'dsirupted') { highlestLevelStatusReadable = '{{ T "thisIsDisrupted" }}' }
"disrupted" is mispelled. therefore the translation won't be applied.
please fix :)
The text was updated successfully, but these errors were encountered: