Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
6d5c2aff
Commit
6d5c2aff
authored
May 04, 2018
by
Tugce Nur Tas
Browse files
ensure linebreaks in devise flash notice and update login text
parent
3c56523f
Pipeline
#18832
passed with stage
in 41 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/helpers/notification_helper.rb
View file @
6d5c2aff
...
...
@@ -2,7 +2,7 @@ module NotificationHelper
def
notification_warning_bubble
(
text
)
tag
.
div
(
class:
'alert alert-warning alert-dismissible'
,
role:
'alert'
)
do
concat
notification_close_button
concat
text
concat
raw
(
text
)
end
end
...
...
config/locales/de.yml
View file @
6d5c2aff
...
...
@@ -685,10 +685,8 @@ de:
no_invitations_remaining
:
Sie können keine weiteren Einladungen mehr vornehmen.
send_instructions
:
'
Sie
haben
eine
Einladung
in
Ihrem
Email
Postfach:
%{email}'
updated
:
|
Liebe/r Freiwillige/r
Herzlich willkommen!
Wir freuen uns, dass Sie sich für einen freiwilligen Einsatz bei der AOZ entschieden haben.
Ihr Passwort wurde erfolgreich gesetzt. Sie sind jetzt angemeldet.
Herzlich willkommen bei der AOZ Fachstelle Freiwilligenarbeit!<br>
Ihr Passwort wurde erfolgreich gesetzt und Sie sind jetzt angemeldet.
mailer
:
confirmation_instructions
:
subject
:
Anleitung zur Bestätigung Ihres Accounts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment