mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-01 16:51:13 +00:00
Only show the determined warning for multiple.
This commit is contained in:
parent
7e17998777
commit
f627823b82
1 changed files with 5 additions and 3 deletions
|
@ -48,9 +48,11 @@ export class LanguageSelect extends Component<LanguageSelectProps, any> {
|
||||||
this.selectBtn
|
this.selectBtn
|
||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
|
{this.props.multiple && (
|
||||||
<div className="alert alert-warning" role="alert">
|
<div className="alert alert-warning" role="alert">
|
||||||
{i18n.t("undetermined_language_warning")}
|
{i18n.t("undetermined_language_warning")}
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
<div className="form-group row">
|
<div className="form-group row">
|
||||||
<label
|
<label
|
||||||
className={classNames("col-form-label", {
|
className={classNames("col-form-label", {
|
||||||
|
|
Loading…
Reference in a new issue