Make the "No tags" string translatable
This commit is contained in:
parent
384a71bdc4
commit
658e836f4c
2 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
- else
|
- else
|
||||||
%li
|
%li
|
||||||
%span.new_aspect
|
%span.new_aspect
|
||||||
No tags
|
= t('aspects.index.no_tags')
|
||||||
|
|
||||||
.span-13.append-1
|
.span-13.append-1
|
||||||
#aspect_stream_container.stream_container
|
#aspect_stream_container.stream_container
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,7 @@ en:
|
||||||
index:
|
index:
|
||||||
your_aspects: "Your Aspects"
|
your_aspects: "Your Aspects"
|
||||||
tags_following: "Followed Tags"
|
tags_following: "Followed Tags"
|
||||||
|
no_tags: "No tags"
|
||||||
handle_explanation: "This is your diaspora id. Like an email address, you can give this to people to reach you."
|
handle_explanation: "This is your diaspora id. Like an email address, you can give this to people to reach you."
|
||||||
no_contacts: "No contacts"
|
no_contacts: "No contacts"
|
||||||
post_a_message: "post a message >>"
|
post_a_message: "post a message >>"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue