Skip to content

Commit

Permalink
fix for upload error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Nov 22, 2024
1 parent ddcdaaa commit c81f4dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "checking-extension",
"displayName": "checking-extension",
"description": "A vscode extension to open tn_check and twl_check files for checking verses",
"version": "0.9.9",
"version": "0.9.10",
"publisher": "unfoldingWord",
"engines": {
"vscode": "^1.91.0"
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checking-extension-webview",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/src/components/TranslationCheckingPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const TranslationCheckingPane: React.FC<TranslationCheckingProps> = ({
}
const dialogContent = (
<div>
<ErrorIcon /> <b>Upload Complete Successfully:</b>
<ErrorIcon /> <b>Upload Failed:</b>
<br />
<span>{`Current Status: ${message}`}</span>
<hr />
Expand Down

0 comments on commit c81f4dc

Please sign in to comment.