fix: alerts for updating android platform

This commit is contained in:
Torsten Dittmann
2022-10-20 03:22:44 +02:00
parent 7cb467ff1b
commit 6aa1db2b81
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@
project.load($project.$id);
addNotification({
type: 'success',
message: 'Platform hostname has been updated'
message: 'Platform Package Name has been updated'
});
} catch (error) {
addNotification({
@@ -26,7 +26,7 @@
project.load($project.$id);
addNotification({
type: 'success',
message: 'Platform hostname has been updated'
message: 'Platform Hostname has been updated'
});
} catch (error) {
addNotification({