parent
8df2756bba
commit
f204538f7c
|
@ -12,7 +12,7 @@
|
|||
|
||||
<details class="sidebar-more-section-links-details" {{on "toggle" this.toggleSectionLinks}}>
|
||||
<summary class="sidebar-more-section-links-details-summary" >
|
||||
{{i18n "sidebar.more_count" (hash count=this.sectionLinks.length)}}
|
||||
{{i18n "sidebar.more"}}
|
||||
</summary>
|
||||
|
||||
{{#if this.shouldDisplaySectionLinks}}
|
||||
|
|
|
@ -234,7 +234,7 @@ acceptance("Sidebar - Community Section", function (needs) {
|
|||
query(
|
||||
".sidebar-section-community .sidebar-more-section-links-details-summary"
|
||||
).textContent.trim(),
|
||||
I18n.t("sidebar.more_count", { count: 1 }),
|
||||
I18n.t("sidebar.more"),
|
||||
"displays the right count as users link is currently active"
|
||||
);
|
||||
|
||||
|
@ -281,7 +281,7 @@ acceptance("Sidebar - Community Section", function (needs) {
|
|||
query(
|
||||
".sidebar-section-community .sidebar-more-section-links-details-summary"
|
||||
).textContent.trim(),
|
||||
I18n.t("sidebar.more_count", { count: 1 }),
|
||||
I18n.t("sidebar.more"),
|
||||
"displays the right count as groups link is currently active"
|
||||
);
|
||||
|
||||
|
|
|
@ -4077,7 +4077,7 @@ en:
|
|||
one: "%{count} new"
|
||||
other: "%{count} new"
|
||||
toggle_section: "toggle section"
|
||||
more_count: "%{count} more..."
|
||||
more: "More..."
|
||||
sections:
|
||||
messages:
|
||||
header_link_title: "personal messages"
|
||||
|
|
Loading…
Reference in New Issue