Skip to content

Commit

Permalink
Changed the scraping confirmation dialog title and message [#415]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce authored and BRUCELLA2 committed Jul 22, 2020
1 parent 9400a45 commit 60f6dd7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions comixed-frontend/src/assets/i18n/en/comics.json
Expand Up @@ -231,8 +231,8 @@
"message": "Are you sure you want to save the changes made to this comic?"
},
"issue-selected": {
"header": "Scrape This Issue?",
"message": "Are you sure you want to load this comic with the selected issue from ComicVine?"
"header": "Update Comic Details?",
"message": "Are you sure you want to replace this comic's details?"
}
},
"comic-details-page": {
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/src/assets/i18n/es/comics.json
Expand Up @@ -211,7 +211,7 @@
},
"issue-selected": {
"header": "¿Obtener metadatos para este número?",
"message": "¿Seguro que quieres asignar a este cómic el número seleccionado en ComicVine?"
"message": "Are you sure you want to replace this comic's details?"
}
},
"comic-details-page": {
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/src/assets/i18n/fr/comics.json
Expand Up @@ -211,7 +211,7 @@
},
"issue-selected": {
"header": "Récupérer les métadonnées de ce numéro?",
"message": "Êtes-vous sûr de vouloir charger cette bande dessinée avec les informations du numéro sélectionné dans ComicVine ?"
"message": "Are you sure you want to replace this comic's details?"
}
},
"comic-details-page": {
Expand Down
4 changes: 2 additions & 2 deletions comixed-frontend/src/assets/i18n/pt/comics.json
Expand Up @@ -231,8 +231,8 @@
"message": "Are you sure you want to save the changes made to this comic?"
},
"issue-selected": {
"header": "Scrape This Issue?",
"message": "Are you sure you want to load this comic with the selected issue from ComicVine?"
"header": "Update Comic Details?",
"message": "Are you sure you want to replace this comic's details?"
}
},
"comic-details-page": {
Expand Down

0 comments on commit 60f6dd7

Please sign in to comment.