mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Merge pull request #4911 from jomaxro/patch-1
Fix pluralization for theme out-of-date notice
This commit is contained in:
commit
a88a970315
1 changed files with 1 additions and 1 deletions
|
@ -2877,7 +2877,7 @@ en:
|
|||
add: "Add"
|
||||
commits_behind:
|
||||
one: "Theme is 1 commit behind!"
|
||||
other: "Theme is {{count}} commit behind!"
|
||||
other: "Theme is {{count}} commits behind!"
|
||||
scss:
|
||||
text: "CSS"
|
||||
title: "Enter custom CSS, we accept all valid CSS and SCSS styles"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue