Skip to content

Commit

Permalink
[K6.2] Only language code is displayed for maximum file upload. #9593
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Dec 10, 2023
1 parent b042e33 commit 5f047fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/site/language/en-GB/en-GB.com_kunena.ini
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ COM_KUNENA_YES = "Yes"
COM_KUNENA_AVATAR_UPLOAD_NOT_VALID_EXTENSIONS = "The extensions allowed for avatar upload are : %s"
COM_KUNENA_STATS_NOT_ALLOWED_TOSEE_STATS = "You aren't allowed to see statistics"
COM_KUNENA_NEW = "New"
COM_KUNENA_UPLOADED_LABEL_ERROR_REACHED_MAX_NUMBER_FILES = "You have reached the maximum number of files allowed (maximum allowed are %d files)"
COM_KUNENA_UPLOADED_LABEL_ERROR_REACHED_MAX_NUMBER_FILES = "You have reached the maximum number of attachments allowed."
COM_KUNENA_UPLOADED_LABEL_UPLOAD_BUTTON = "Upload"
COM_KUNENA_UPLOADED_LABEL_PROCESSING_BUTTON = "Processing..."
COM_KUNENA_UPLOADED_LABEL_ABORT_BUTTON = "Abort"
Expand Down
2 changes: 1 addition & 1 deletion src/site/template/aurelia/layouts/topic/edit/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
Text::script('COM_KUNENA_EDITOR_INSERT');
Text::script('COM_KUNENA_EDITOR_IN_MESSAGE');
Text::script('COM_KUNENA_GEN_REMOVE_FILE');
Text::sprintf('COM_KUNENA_UPLOADED_LABEL_ERROR_REACHED_MAX_NUMBER_FILES', $this->config->attachmentLimit, ['script' => true]);
Text::script('COM_KUNENA_UPLOADED_LABEL_ERROR_REACHED_MAX_NUMBER_FILES');
Text::script('COM_KUNENA_UPLOADED_LABEL_UPLOAD_BUTTON');
Text::script('COM_KUNENA_UPLOADED_LABEL_PROCESSING_BUTTON');
Text::script('COM_KUNENA_UPLOADED_LABEL_ABORT_BUTTON');
Expand Down

0 comments on commit 5f047fd

Please sign in to comment.