mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 11:16:12 +02:00
Fix error in en.yaml (#1090)
The single-quote does not need escaping when string is enclosed in double-quotes, and throws the parser.
This commit is contained in:
@@ -416,7 +416,7 @@ PLUGIN_ADMIN:
|
||||
IS_NOW_AVAILABLE: "is now available"
|
||||
CURRENT: "Current"
|
||||
UPDATE_GRAV_NOW: "Update Grav Now"
|
||||
GRAV_SYMBOLICALLY_LINKED: "Grav is symbolically linked. Upgrade won\'t be available"
|
||||
GRAV_SYMBOLICALLY_LINKED: "Grav is symbolically linked. Upgrade won't be available"
|
||||
UPDATING_PLEASE_WAIT: "Updating... please wait, downloading"
|
||||
OF_THIS: "of this"
|
||||
OF_YOUR: "of your"
|
||||
|
||||
Reference in New Issue
Block a user