Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-19970: Home-Projects-Default-workloads-AddPage: upload JAR file's i18n misses #13208

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions frontend/packages/dev-console/locales/en/devconsole.json
Expand Up @@ -499,6 +499,8 @@
"JAR": "JAR",
"JAR file": "JAR file",
"Drag a file here or browse to upload": "Drag a file here or browse to upload",
"Browse...": "Browse...",
"Clear": "Clear",
"Optional Java arguments": "Optional Java arguments",
"Optional Java arguments are saved as JAVA_ARGS environment variable to customize your application.": "Optional Java arguments are saved as JAVA_ARGS environment variable to customize your application.",
"JAVA_ARGS": "JAVA_ARGS",
Expand Down
Expand Up @@ -66,6 +66,8 @@ const JarSection: React.FunctionComponent = () => {
filename={fileName}
label={t('devconsole~JAR file')}
filenamePlaceholder={t('devconsole~Drag a file here or browse to upload')}
browseButtonText={t('devconsole~Browse...')}
clearButtonText={t('devconsole~Clear')}
onChange={updatedJarFile}
hideDefaultPreview
dropzoneProps={{
Expand Down