We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7854c1 commit dd685f7Copy full SHA for dd685f7
packages/app/src/app/overmind/namespaces/deployment/actions.ts
@@ -68,7 +68,7 @@ export const getDeploys: AsyncAction = async ({ state, effects }) => {
68
);
69
} catch (error) {
70
effects.notificationToast.error(
71
- 'An unknown error occurred when connecting to Zite'
+ 'An unknown error occurred when connecting to ZEIT'
72
73
}
74
@@ -91,7 +91,7 @@ export const deployClicked: AsyncAction = async ({
91
92
93
94
95
96
97
0 commit comments