Skip to content

Commit 0f0b059

Browse files
committed
Download board error messages
1 parent e7f03db commit 0f0b059

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: src/components/Settings/Export/Export.messages.js

+8
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,13 @@ export default defineMessages({
4040
boards: {
4141
id: 'cboard.components.Settings.Export.boards',
4242
defaultMessage: 'Boards'
43+
},
44+
boardDownloadError: {
45+
id: 'cboard.components.Settings.Export.boardDownloadedError',
46+
defaultMessage: 'Ups..Something went wrong. Please try again'
47+
},
48+
downloadNoConnectionError: {
49+
id: 'cboard.components.Settings.Export.downloadNoConnectionError',
50+
defaultMessage: 'Need internet connection to download the PDF.'
4351
}
4452
});

Diff for: src/translations/src/cboard.json

+2
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@
440440
"cboard.components.Settings.Export.boardDownloaded": "Your boards were downloaded",
441441
"cboard.components.Settings.Export.boardDownloadedCva": "Your boards were downloaded. Find your file under the downloads folder",
442442
"cboard.components.Settings.Export.boardDownloadedCvaIOS": "Your board was downloaded. Find your file under 'On My device' folder",
443+
"cboard.components.Settings.Export.boardDownloadedError": "Ups..Something went wrong. Please try again",
444+
"cboard.components.Settings.Export.downloadNoConnectionError": "Need internet connection to download the PDF.",
443445
"cboard.components.Settings.Export.boards": "Boards",
444446
"cboard.components.Settings.Import.import": "Import",
445447
"cboard.components.Settings.Import.importSecondary": "This option will import JUST the new boards detected. It WILL NOT import the default boards included on Cboard. Supported formats are {cboardLink} format or {link} format.",

0 commit comments

Comments
 (0)