Skip to content

Commit

Permalink
sheet_export_to_google_drive_localization (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Aug 30, 2024
2 parents f0434d9 + 0a842a2 commit d875cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN npm install --unsafe-perm

COPY ./node ./node
COPY ./static/js ./static/js
COPY /etc /etc

RUN npm run setup
RUN npm run build-prod
Expand Down
4 changes: 2 additions & 2 deletions static/js/sheets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3506,10 +3506,10 @@ $.ajax({
sjs.alert.message(data.error.message);
} else {
sjs.alert.message("" +
'<span class="int-en">Source Sheet exported to Google Drive.</span><span class="int-he">ייצוא לגוגל דרייב הסתיים.</span>' +
'<span class="int-en">Source Sheet exported to Google Drive.</span><span class="int-he">Source Sheet exported to Google Drive.</span>' +
"<br><br>" +
"<a href='" + data.webViewLink + "' target='_blank'>" +
'<span class="int-en">Open in Google Drive &raquo;</span><span class="int-he">לפתיחה בגוגל דרייב</span>' +
'<span class="int-en">Open in Google Drive &raquo;</span><span class="int-he">Open in Google Drive &raquo;/span>' +
"</a>");
}
},
Expand Down

0 comments on commit d875cb7

Please sign in to comment.