Add new translation for noscript message

This commit is contained in:
Andreas Nedbal 2022-07-31 16:01:28 +02:00
parent 30fc401ffc
commit 318ad270eb
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
%noscript
.alert.alert-danger
= t 'messages.noscript'
= t(".noscript")
- flash.each do |key, value|
.alert.alert-dismissible{ class: "alert-#{bootstrap_color key}", role: :alert }

View File

@ -197,6 +197,9 @@ en:
share:
heading: "Share"
button: "Share on %{service}"
layouts:
messages:
noscript: "Please activate JavaScript."
link_filter:
index:
heading: "You're leaving %{app_name}"