mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Update translation keys
This commit is contained in:
parent
d9ca931c97
commit
acab58b71c
49 changed files with 240 additions and 240 deletions
|
@ -13,13 +13,13 @@ class Registrar::NameserversController < RegistrarController
|
|||
)
|
||||
|
||||
if prc == 'replaced_none'
|
||||
flash.now[:alert] = t('no_hostnames_replaced')
|
||||
flash.now[:alert] = t(:no_hostnames_replaced)
|
||||
elsif prc == 'replaced_all'
|
||||
params[:q][:hostname_end] = params[:hostname_end_replacement]
|
||||
params[:hostname_end_replacement] = nil
|
||||
flash.now[:notice] = t('all_hostnames_replaced')
|
||||
flash.now[:notice] = t(:all_hostnames_replaced)
|
||||
else
|
||||
flash.now[:warning] = t('hostnames_partially_replaced')
|
||||
flash.now[:warning] = t(:hostnames_partially_replaced)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue