Fixed spelling

This commit is contained in:
Michael 2023-09-03 08:53:44 +00:00
parent 7fd1f1424a
commit 140ac947b5
2 changed files with 106 additions and 91 deletions

View file

@ -145,7 +145,7 @@ class Channel extends BaseModule
];
$tabs[] = [
'label' => $this->l10n->t('Whats Hot'),
'label' => $this->l10n->t('What\'s Hot'),
'url' => 'channel/' . self::WHATSHOT,
'sel' => self::$content == self::WHATSHOT ? 'active' : '',
'title' => $this->l10n->t('Posts with a lot of interactions'),
@ -192,7 +192,7 @@ class Channel extends BaseModule
];
$tabs[] = [
'label' => $this->l10n->t('Whats Hot %s', $languages[$language]),
'label' => $this->l10n->t('What`s Hot (%s)', $languages[$language]),
'url' => 'channel/' . self::HOTLANG,
'sel' => self::$content == self::HOTLANG ? 'active' : '',
'title' => $this->l10n->t('Posts in %s with a lot of interactions', $languages[$language]),