mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
fix: Add triangle alert icon to language warning
This commit is contained in:
parent
158535fee3
commit
f8228b5af9
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ export class LanguageSelect extends Component<LanguageSelectProps, any> {
|
|||
className="alert small alert-warning"
|
||||
role="alert"
|
||||
>
|
||||
<Icon icon="alert-triangle" classes="icon-inline me-2" />
|
||||
{I18NextService.i18n.t("undetermined_language_warning")}
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue