Skip to content
GitLab
Menu
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
9f931ac5
Commit
9f931ac5
authored
May 03, 2018
by
Tugce Nur Tas
Browse files
name seeking clients consistent
parent
d62c54fa
Pipeline
#18769
passed with stage
in 34 minutes and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/locales/de.yml
View file @
9f931ac5
...
...
@@ -898,7 +898,7 @@ de:
relatives
:
Familienangehörige im Haushalt
remember_me
:
Angemeldet bleiben
reserve
:
Begleitung erstellen
seeking_clients
:
Klient
e
n suchen
seeking_clients
:
Klient
/i
n suchen
show_my_profile
:
Mein Profil
simple_form
:
error_notification
:
...
...
test/system/volunteers_test.rb
View file @
9f931ac5
...
...
@@ -350,10 +350,10 @@ class VolunteersTest < ApplicationSystemTestCase
# "Klient/en" suchen button is not shown on volunteer show
visit
volunteer_path
(
@external
)
refute
page
.
has_button?
'Klient
e
n suchen'
refute
page
.
has_button?
'Klient
/i
n suchen'
# "Klient/en" suchen button is not shown on volunteer edit
visit
edit_volunteer_path
(
@external
)
refute
page
.
has_button?
'Klient
e
n suchen'
refute
page
.
has_button?
'Klient
/i
n suchen'
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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