Skip to content

Commit

Permalink
#58 - exchanged reset token
Browse files Browse the repository at this point in the history
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
  • Loading branch information
julianbollig committed Feb 11, 2025
1 parent 2372262 commit 17af8fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebUI/src/assets/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"LOADING_VERIFYING_BACKENDS": "Verifying backends",
"LOADING_AI_PLAYGROUND_LOADING": "AI Playground Loading",

"COM_RESET": "Reset",
"COM_CLEAR_HISTORY": "Clear History",
"INPUT_PROMPT": "Prompt",
"BACKEND": "Backend",
"DEVICE": "Device"
Expand Down
4 changes: 2 additions & 2 deletions WebUI/src/views/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<div class="items-end justify-end">
<button
@click="reset(true)"
:title="languages.COM_RESET"
:title="languages.COM_CLEAR_HISTORY"
:disabled="imageGeneration.processing"
class="bg-color-image-tool-button rounded-sm w-6 h-6 ml-2 flex items-center justify-center"
>
<span class="svg-icon text-white i-reset w-4 h-4"></span>
<span class="svg-icon text-white i-clear w-4 h-4"></span>
</button>
</div>
</div>
Expand Down

0 comments on commit 17af8fc

Please sign in to comment.