mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
add translation to input label
This commit is contained in:
@@ -201,7 +201,7 @@ const CommentSettings = ({fetchingSettings, title, updateSettings, settingsError
|
||||
<br />
|
||||
<Textfield
|
||||
style={{width: '100%'}}
|
||||
label="external css url"
|
||||
label={lang.t('configure.custom-css-url')}
|
||||
value={settings.customCssUrl}
|
||||
onChange={updateCustomCssUrl(updateSettings)} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user