Skip to content

Commit

Permalink
Notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 21, 2023
1 parent 21e3dbe commit b40ba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mirrordForTeams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function tickMirrordForTeamsCounter(isDeploymentExec: boolean) {
} else if (counter >= NOTIFICATION_STARTS_AT) {
if (counter === NOTIFICATION_STARTS_AT || (counter - NOTIFICATION_STARTS_AT) % NOTIFICATION_REPEATS_EVERY === 0) {
showMirrordForTeamsNotification(
'mirrord for Teams ' // TODO
'For more features of mirrord, including multi-pod impersonation, check out mirrord for Teams.'
);
}
}
Expand Down

0 comments on commit b40ba10

Please sign in to comment.