This commit is contained in:
Jay Sheen
2025-11-03 14:33:04 +09:00
6 changed files with 54 additions and 14 deletions

View File

@@ -125,7 +125,7 @@ export interface ExtensionKeyinApplyResponse {
root?: string;
errKey?: string;
code?: string;
resultMessage?: string;
message?: string;
timestamp?: string;
details?: {
path?: string;

View File

@@ -17,7 +17,7 @@ export const FullMenuClose = ({
<button className={ addClass }>
<img
src={ IMAGE_ROOT + '/ico_close.svg' }
alt={ t('filter.close') }
alt={ t('common.close') }
onClick={ onClickToCallback }
/>
</button>