fixed some translations
This commit is contained in:
parent
ee6932a3f7
commit
dc7a672d9f
2 changed files with 3 additions and 2 deletions
|
|
@ -21,12 +21,12 @@
|
||||||
%h3#aspect_name_title
|
%h3#aspect_name_title
|
||||||
%span.name= @aspect
|
%span.name= @aspect
|
||||||
%span.tiny_text
|
%span.tiny_text
|
||||||
= link_to 'rename', '#', :id => 'rename_aspect_link'
|
= link_to t('.rename'), '#', :id => 'rename_aspect_link'
|
||||||
|
|
||||||
#aspect_name_edit.hidden
|
#aspect_name_edit.hidden
|
||||||
= form_for @aspect, :remote => true do |aspect|
|
= form_for @aspect, :remote => true do |aspect|
|
||||||
= aspect.text_field :name
|
= aspect.text_field :name
|
||||||
= aspect.submit 'update', :disable_with => 'updating', :class => 'button'
|
= aspect.submit t('.update'), :disable_with => 'updating', :class => 'button'
|
||||||
|
|
||||||
- if @contacts.count > 0
|
- if @contacts.count > 0
|
||||||
= render 'shared/contact_list', :aspect => @aspect, :contacts => @contacts
|
= render 'shared/contact_list', :aspect => @aspect, :contacts => @contacts
|
||||||
|
|
|
||||||
|
|
@ -171,6 +171,7 @@ en:
|
||||||
rename: "rename"
|
rename: "rename"
|
||||||
aspect_list_is_visible: "aspect list is visible to others in aspect"
|
aspect_list_is_visible: "aspect list is visible to others in aspect"
|
||||||
aspect_list_is_not_visible: "aspect list is hidden to others in aspect"
|
aspect_list_is_not_visible: "aspect list is hidden to others in aspect"
|
||||||
|
update: "update"
|
||||||
aspect_contacts:
|
aspect_contacts:
|
||||||
done_editing: "done editing"
|
done_editing: "done editing"
|
||||||
aspect_stream:
|
aspect_stream:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue