Skip to content

Commit f3bf16a

Browse files
Merge branch '5' into 6.0
2 parents ca449db + d1e322b commit f3bf16a

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)