Skip to content

Commit

Permalink
Fix classname
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Aug 1, 2024
1 parent d60d28d commit dd61eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

.mx_EmailAddressesPhoneNumbers_section_hint {
.mx_PreferencesUserSettingsTab_section_hint {
font: var(--cpd-font-body-sm-regular);
color: var(--cpd-color-text-secondary);
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,8 @@ const LanguageSection: React.FC = () => {
return (
<div className="mx_SettingsSubsection_contentStretch">
{_t("settings|general|application_language")}
<LanguageDropdown
className="mx_GeneralUserSettingsTab_section_languageInput"
onOptionChange={onLanguageChange}
value={language}
/>
<div className="mx_GeneralUserSettingsTab_section_hint">
<LanguageDropdown onOptionChange={onLanguageChange} value={language} />
<div className="mx_PreferencesUserSettingsTab_section_hint">
{_t("settings|general|application_language_reload_hint")}
</div>
</div>
Expand Down

0 comments on commit dd61eb9

Please sign in to comment.