mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-1.0.3' into 'test'
fix(i18N): Change description to desc See merge request opensource/answer!418
This commit is contained in:
commit
177d176388
|
@ -251,7 +251,7 @@ const Image: FC<IEditorContext> = ({ editor }) => {
|
|||
|
||||
<Form.Group controlId="editor.imgDescription" className="mb-3">
|
||||
<Form.Label>
|
||||
{t('image.form_image.fields.description.label')}
|
||||
{t('image.form_image.fields.desc.label')}
|
||||
</Form.Label>
|
||||
<Form.Control
|
||||
type="text"
|
||||
|
|
|
@ -23,7 +23,7 @@ const Index: FC<Props> = ({ visible, errorMsg, nextCallback }) => {
|
|||
<div className="fmt">
|
||||
<p>
|
||||
<Trans
|
||||
i18nKey="install.config_yaml.description"
|
||||
i18nKey="install.config_yaml.desc"
|
||||
components={{ 1: <code /> }}
|
||||
/>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue