Skip to content

Commit

Permalink
chore: updated error message for invalid file
Browse files Browse the repository at this point in the history
  • Loading branch information
farabi-deriv committed Aug 21, 2024
1 parent 351fb91 commit c825ea9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ export const notification_message = {
bot_stop: localize('You’ve just stopped the bot. Any open contracts can be viewed on the Reports page.'),
workspace_change: localize('Changes you make will not affect your running bot.'),
block_delete: localize('You’ve just deleted a block.'),
invalid_xml: localize(
'The strategy file you attempted to upload is invalid. Please check the file format and completeness, and try again.'
),
invalid_xml: localize('Your import failed due to an invalid file. Upload a complete file in XML format.'),
[NOTIFICATION_TYPE.BOT_IMPORT]: localize('You’ve successfully imported a bot.'),
[NOTIFICATION_TYPE.BOT_DELETE]: localize('You’ve successfully deleted a bot.'),
strategy_conversion: localize('Save this strategy as an XML file from Deriv Bot for faster re-imports.'),
Expand Down

0 comments on commit c825ea9

Please sign in to comment.