Skip to content

Commit

Permalink
fix git error capture, updated prompts to show each step of upload pr…
Browse files Browse the repository at this point in the history
…ocess.
  • Loading branch information
PhotoNomad0 committed Mar 12, 2019
1 parent 11ce5ac commit 30f0e08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/js/actions/ProjectUploadActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export function uploadProject(projectPath, user, onLine = navigator.onLine) {
const filePath = path.join(projectPath, projectName + ".usfm");
await dispatch(
WordAlignmentActions.getUsfm3ExportFile(projectPath, filePath));
dispatch(showStatus(translate("projects.saving_file_changes_to_git")));
const repo = await prepareProjectRepo(user, projectName, projectPath);
const message = translate("projects.uploading_alert",
{ project_name: projectName, door43: translate("_.door43") });
Expand Down
1 change: 0 additions & 1 deletion src/locale/English-en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
"loading_project_alert": "Loading your project data.",
"exported_alert": "${project_name} has been successfully exported to ${file_path}.",
"must_be_logged_in_alert": "You must be logged in with a ${door43} account to upload projects. Please log out and then back in with a ${door43} user account.",
"saving_file_changes_to_git": "Taking snapshot of changes. Please wait...",
"uploading_alert": "Uploading ${project_name} to ${door43}. Please wait...",
"upload_successful_alert": "${username}, your project was successfully uploaded.",
"upload_modified_error": "${project_name} cannot be uploaded because there have been changes to the translation of that project on your ${door43} account.",
Expand Down

0 comments on commit 30f0e08

Please sign in to comment.