mirror of https://github.com/vector-im/riot-web
Fix classname
parent
d60d28d7c4
commit
dd61eb932c
|
@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_EmailAddressesPhoneNumbers_section_hint {
|
.mx_PreferencesUserSettingsTab_section_hint {
|
||||||
font: var(--cpd-font-body-sm-regular);
|
font: var(--cpd-font-body-sm-regular);
|
||||||
color: var(--cpd-color-text-secondary);
|
color: var(--cpd-color-text-secondary);
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,12 +70,8 @@ const LanguageSection: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<div className="mx_SettingsSubsection_contentStretch">
|
<div className="mx_SettingsSubsection_contentStretch">
|
||||||
{_t("settings|general|application_language")}
|
{_t("settings|general|application_language")}
|
||||||
<LanguageDropdown
|
<LanguageDropdown onOptionChange={onLanguageChange} value={language} />
|
||||||
className="mx_GeneralUserSettingsTab_section_languageInput"
|
<div className="mx_PreferencesUserSettingsTab_section_hint">
|
||||||
onOptionChange={onLanguageChange}
|
|
||||||
value={language}
|
|
||||||
/>
|
|
||||||
<div className="mx_GeneralUserSettingsTab_section_hint">
|
|
||||||
{_t("settings|general|application_language_reload_hint")}
|
{_t("settings|general|application_language_reload_hint")}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue