Skip to content
Snippets Groups Projects

Add dialog window with confirmation to remove button

Merged Angelina Filippova requested to merge feature/add-confirmation-to-remove-button into develop
4 files
+ 51
24
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
1
@@ -387,7 +387,8 @@ export default {
corsPlug: 'CORS plug config',
instanceReboot: 'Reboot Instance',
restartApp: 'You must restart the instance to apply settings',
restartSuccess: 'Instance rebooted successfully!'
restartSuccess: 'Instance rebooted successfully!',
removeSettingConfirmation: 'Are you sure you want to remove this setting\'s value from the database?'
},
invites: {
inviteTokens: 'Invite tokens',
Loading