Skip to content

Commit f7d2d47

Browse files
Merge pull request #1241 from hamaka/fix_translation_key
Fix typo in translation key
2 parents c8bf90c + a7625eb commit f7d2d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Model/Submission/SubmittedFileField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function getFormattedValue()
5050
if (Security::getCurrentUser()) {
5151
// Logged in CMS user without permissions to view file in the CMS
5252
$default = 'You don\'t have the right permissions to download this file';
53-
$message = _t(__CLASS__ . '..INSUFFICIENTRIGHTS', $default);
53+
$message = _t(__CLASS__ . '.INSUFFICIENTRIGHTS', $default);
5454
return DBField::create_field('HTMLText', sprintf(
5555
'<i class="icon font-icon-lock"></i> %s - <em>%s</em>',
5656
htmlspecialchars($name, ENT_QUOTES),

0 commit comments

Comments
 (0)