Skip to content

Commit c385eab

Browse files
author
Tim Etchells
committed
Remove accident backtick from string
1 parent d39cc16 commit c385eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/constants/strings/strings-en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
"versionNotProvided": "Your version of Microclimate is not supported. At least {{ requiredVersion }} is required.",
7979
"versionNotRecognized": "Could not determine your Microclimate version. The server is running version \"{{ rawVersion }}\". At least {{ requiredVersion }} is required.",
80-
"versionTooOld": "`You are running Microclimate version {{ rawVersion }}, but at least {{ requiredVersion }} is required."
80+
"versionTooOld": "You are running Microclimate version {{ rawVersion }}, but at least {{ requiredVersion }} is required."
8181
},
8282

8383
"project": {

0 commit comments

Comments
 (0)