mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed missing bracket in sv portal.json
no issue - customer reported seeing the "{{trialEnd}" text in portal, this is because of the missing bracket.
This commit is contained in:
parent
1bce363bd3
commit
d9785b7d6b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
"Error": "Fel",
|
||||
"Expires {{expiryDate}}": "Utgår {{expiryDate}}",
|
||||
"Forever": "Tillsvidare",
|
||||
"Free Trial – Ends {{trialEnd}}": "Gratispepriod – slutar {{trialEnd}",
|
||||
"Free Trial – Ends {{trialEnd}}": "Gratispepriod – slutar {{trialEnd}}",
|
||||
"Get help": "Få hjälp",
|
||||
"Get in touch for help": "Kontakta oss för hjälp",
|
||||
"Get notified when someone replies to your comment": "Få en avisering när någon svarar på din kommentar",
|
||||
|
|
Loading…
Add table
Reference in a new issue