Fix typo: writeOpner -> writeOpener (#4060)

This commit is contained in:
Shohei Tanabe
2024-05-03 19:55:47 +09:00
committed by GitHub
parent 44857702ae
commit f68b6b0e5e
11 changed files with 11 additions and 11 deletions

View File

@@ -135,7 +135,7 @@ const OpeningStatement: FC<IOpeningStatementProps> = ({
<Button className='!h-8 !px-3 text-xs' onClick={handleConfirm} type="primary">{t('common.operation.save')}</Button>
</div>
) : (
<OperationBtn type='edit' actionName={hasValue ? '' : t('appDebug.openingStatement.writeOpner') as string} onClick={handleEdit} />
<OperationBtn type='edit' actionName={hasValue ? '' : t('appDebug.openingStatement.writeOpener') as string} onClick={handleEdit} />
)
) : null

View File

@@ -172,7 +172,7 @@ const OpeningStatement: FC<OpeningStatementProps> = ({
<Button className='!h-8 !px-3 text-xs' onClick={handleConfirm} type="primary">{t('common.operation.save')}</Button>
</div>
) : (
<OperationBtn type='edit' actionName={hasValue ? '' : t('appDebug.openingStatement.writeOpner') as string} onClick={handleEdit} />
<OperationBtn type='edit' actionName={hasValue ? '' : t('appDebug.openingStatement.writeOpener') as string} onClick={handleEdit} />
)
) : null