mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: alerts for updating android platform
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user