Update translation keys

This commit is contained in:
Priit Tark 2015-04-30 12:47:11 +03:00
parent d9ca931c97
commit acab58b71c
49 changed files with 240 additions and 240 deletions

View file

@ -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