Skip to content

Commit dd685f7

Browse files
committed
Fix typo
1 parent f7854c1 commit dd685f7

File tree

1 file changed

+2
-2
lines changed
  • packages/app/src/app/overmind/namespaces/deployment

1 file changed

+2
-2
lines changed

packages/app/src/app/overmind/namespaces/deployment/actions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const getDeploys: AsyncAction = async ({ state, effects }) => {
6868
);
6969
} catch (error) {
7070
effects.notificationToast.error(
71-
'An unknown error occurred when connecting to Zite'
71+
'An unknown error occurred when connecting to ZEIT'
7272
);
7373
}
7474

@@ -91,7 +91,7 @@ export const deployClicked: AsyncAction = async ({
9191
);
9292
} catch (error) {
9393
effects.notificationToast.error(
94-
'An unknown error occurred when connecting to Zite'
94+
'An unknown error occurred when connecting to ZEIT'
9595
);
9696
}
9797

0 commit comments

Comments
 (0)