Skip to content
Snippets Groups Projects
Commit 81c9a0e7 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Allow translation of help topic sort modes

parent e04c5e4e
No related branches found
No related tags found
No related merge requests found
......@@ -452,8 +452,8 @@ class OsticketConfig extends Config {
static function allTopicSortModes() {
return array(
'a' => 'Alphabetically',
'm' => 'Manually',
'a' => __('Alphabetically'),
'm' => __('Manually'),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment