mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
intl: emoji test -> text
This commit is contained in:
parent
6812b54f71
commit
bd49addff5
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ Meteor.startup(() => {
|
|||
"users.subscribed_users" : "Users subscribed to",
|
||||
"users.subscribers": "Subscribers",
|
||||
|
||||
"categories.subscribe": "😎",
|
||||
"categories.unsubscribe": "🤓",
|
||||
"categories.subscribe": "Subscribe to this category's posts",
|
||||
"categories.unsubscribe": "Unsubscribe to this category's posts",
|
||||
"categories.subscribed_categories" : "Categories subscribed to",
|
||||
};
|
||||
});
|
Loading…
Add table
Reference in a new issue