Skip to content

Commit 8239612

Browse files
authored
Merge pull request #6518 from kenjis/fix-lang-en
fix: replace "`" in lang strings
2 parents f9da5ad + f6ad8e2 commit 8239612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/Language/en/HTTP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'localeNotSupported' => 'Locale is not supported: {0}',
5656

5757
// CSRF
58-
// @deprecated use `Security.disallowedAction`
58+
// @deprecated use 'Security.disallowedAction'
5959
'disallowedAction' => 'The action you requested is not allowed.',
6060

6161
// Uploaded file moving

system/Language/en/Session.php

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

1212
// Session language settings
1313
return [
14-
'missingDatabaseTable' => '`sessionSavePath` must have the table name for the Database Session Handler to work.',
14+
'missingDatabaseTable' => '"sessionSavePath" must have the table name for the Database Session Handler to work.',
1515
'invalidSavePath' => 'Session: Configured save path "{0}" is not a directory, does not exist or cannot be created.',
1616
'writeProtectedSavePath' => 'Session: Configured save path "{0}" is not writable by the PHP process.',
1717
'emptySavePath' => 'Session: No save path configured.',

0 commit comments

Comments
 (0)