Skip to content

Commit

Permalink
Changes Made in Files (#11215)
Browse files Browse the repository at this point in the history
* Changes Made in Files

* Update config/locales/en.yml

Co-authored-by: Tilda Udufo <[email protected]>

* Update config/locales/en.yml

Co-authored-by: Tilda Udufo <[email protected]>

* Update app/views/notes/drafts.html.erb

Co-authored-by: Tilda Udufo <[email protected]>

Co-authored-by: Tilda Udufo <[email protected]>
  • Loading branch information
RafiyaZafar and TildaDares authored Jun 23, 2022
1 parent 112f789 commit 7dc150c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notes/drafts.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-lg-9">
<h3 class="mb-4">Your Drafts (<%= @drafts.count %>)</h3>
<h3 class="mb-4"><%= translation('notes.drafts.your_drafts') %> (<%= @drafts.count %>)</h3>
<div id="notes">
<div class="row">
<% @drafts.each_with_index do |node,i| %>
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ en:
members_and_contributors: |
<b>%{member_count} member registrations</b>
and <b>%{people_count} contributors </b> 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"
Expand Down

0 comments on commit 7dc150c

Please sign in to comment.