Skip to content

Commit 55292c6

Browse files
committed
wip #90
1 parent 43db111 commit 55292c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Settings.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ export default {
890890
// handle error
891891
console.log(error);
892892
if (this.status) {
893-
this.snackText = this.$i18n.t('message.coderbot_status_online');
893+
this.snackText = this.$i18n.t('message.coderbot_status_offline');
894894
this.snackbar = true;
895895
}
896896
this.status = 0;

0 commit comments

Comments
 (0)