Skip to content

Commit

Permalink
Remove Missing Labeling of Server Type select.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcordis committed Apr 7, 2024
1 parent fbe466c commit fc71707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin/language/en-GB/en-GB.com_proclaim.ini
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ JBS_CMN_CANT_ADDON_LOAD_CLASS_NAME = "Cannot load addon class name %s"
JBS_CMN_COULD_NOT_LOAD_ADDON_CONFIGURATION = "Could not load addon configuration"
JBS_CMN_PUBLISHED_ASC = "Published Ascending"
JBS_CMN_PUBLISHED_DESC = "Published Descending"
JBS_CMN_SELECT_SERVERTYPE = "- Selected Server Type -"

;; Grid Sort filter
JBSM_GRID_SORT_BY = "Sort By"
Expand Down
2 changes: 1 addition & 1 deletion admin/src/Field/Modal/ServerTypeField.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected function getInput(): string
$linkSerie .= '&forcedLanguage=' . $this->element['language'];
$modalTitle = Text::_('JBS_CMN_SELECT_SERVERTYPE') . ' — ' . $this->element['label'];
} else {
$modalTitle = Text::_('JBS_CMN_SELECT_STUDY');
$modalTitle = Text::_('JBS_CMN_SELECT_SERVERTYPE');
}

$urlSelect = $linkSeries . '&function=jSelectType_' . $this->id;
Expand Down

0 comments on commit fc71707

Please sign in to comment.