diff --git a/app/views/notes/drafts.html.erb b/app/views/notes/drafts.html.erb index 893b3d18dc..fef491ada1 100644 --- a/app/views/notes/drafts.html.erb +++ b/app/views/notes/drafts.html.erb @@ -1,5 +1,5 @@
-

Your Drafts (<%= @drafts.count %>)

+

<%= translation('notes.drafts.your_drafts') %> (<%= @drafts.count %>)

<% @drafts.each_with_index do |node,i| %> diff --git a/config/locales/en.yml b/config/locales/en.yml index d8c8c29beb..612633c829 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -302,6 +302,8 @@ en: members_and_contributors: | %{member_count} member registrations and %{people_count} contributors posted notes, wikis, questions, comments, or revisions in this period. + drafts: + your_drafts: "Your Drafts" images: upload_an_image: "Upload an image" image_title: "Image title"