mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Fix translations
This commit is contained in:
parent
0fc64a9667
commit
86f32435f2
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ RSpec.feature 'New price in admin area', settings: false do
|
||||||
end
|
end
|
||||||
|
|
||||||
def open_list
|
def open_list
|
||||||
click_link_or_button t('admin.menu.prices')
|
click_link_or_button t('admin.base.menu.prices')
|
||||||
end
|
end
|
||||||
|
|
||||||
def open_form
|
def open_form
|
||||||
|
|
|
@ -16,7 +16,7 @@ RSpec.feature 'Editing zone in admin area', settings: false do
|
||||||
end
|
end
|
||||||
|
|
||||||
def open_list
|
def open_list
|
||||||
click_link_or_button t('admin.menu.zones')
|
click_link_or_button t('admin.base.menu.zones')
|
||||||
end
|
end
|
||||||
|
|
||||||
def open_form
|
def open_form
|
||||||
|
|
|
@ -15,7 +15,7 @@ RSpec.feature 'New zone in admin area', settings: false do
|
||||||
end
|
end
|
||||||
|
|
||||||
def open_list
|
def open_list
|
||||||
click_link_or_button t('admin.menu.zones')
|
click_link_or_button t('admin.base.menu.zones')
|
||||||
end
|
end
|
||||||
|
|
||||||
def open_form
|
def open_form
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue