Add new translation for noscript message
This commit is contained in:
parent
30fc401ffc
commit
318ad270eb
|
@ -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 }
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue