fix a translation
This commit is contained in:
parent
3c089506ff
commit
a572637e4c
2 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
.add_aspect
|
.add_aspect
|
||||||
= form_for(Aspect.new, :remote => true) do |aspect|
|
= form_for(Aspect.new, :remote => true) do |aspect|
|
||||||
.right
|
.right
|
||||||
= aspect.submit "add new aspect", :class => 'button'
|
= aspect.submit t('.add_new_aspect'), :class => 'button'
|
||||||
= aspect.error_messages
|
= aspect.error_messages
|
||||||
= aspect.hidden_field :person_id, :value => person.id if person
|
= aspect.hidden_field :person_id, :value => person.id if person
|
||||||
= aspect.hidden_field :contact_id, :value => contact.id if contact
|
= aspect.hidden_field :contact_id, :value => contact.id if contact
|
||||||
|
|
|
||||||
|
|
@ -396,6 +396,8 @@ en:
|
||||||
accepts: "Once %{name} accepts, you'll start seeing each other's posts on Diaspora"
|
accepts: "Once %{name} accepts, you'll start seeing each other's posts on Diaspora"
|
||||||
aspect_list:
|
aspect_list:
|
||||||
edit_membership: "edit aspect membership"
|
edit_membership: "edit aspect membership"
|
||||||
|
share_with_pane:
|
||||||
|
add_new_aspect: "add new aspect"
|
||||||
requests:
|
requests:
|
||||||
manage_aspect_contacts:
|
manage_aspect_contacts:
|
||||||
manage_within: "Manage contacts within"
|
manage_within: "Manage contacts within"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue