diff --git a/src/components/Widgets/PromptGenerator.tsx b/src/components/Widgets/PromptGenerator.tsx index 02b4bd7..86ddba3 100644 --- a/src/components/Widgets/PromptGenerator.tsx +++ b/src/components/Widgets/PromptGenerator.tsx @@ -80,7 +80,7 @@ export default function PromptGenerator({ status, dialogAction, promptRef }: Pro className='prompt-generator-container' htmlFor='prompt-generator-input' ref={lebalRef} - style={{ width: t.lang.includes('zh') ? '6.7rem' : '8.5rem' }} + style={{ width: t.lang.includes('zh') ? '6.8rem' : '8.5rem' }} > `Please select an image smaller than ${size}MB`, // PromptGenerator - initText: 'Gen Prompt From Img', loadText: 'Generating Prompt', + initText: 'GenPromptFromImg', loadText: 'GeneratingPrompt', generatePrompt: 'Generate Prompt', genPromptFail: 'Failed to Generate Prompt:', }