summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/terminal_sync/messages.js
blob: e50e1a1406bde6d223dc07db6c75c68378215eb1 (plain)
1
2
3
4
5
import { __ } from '~/locale';

export const MSG_TERMINAL_SYNC_CONNECTING = __('Connecting to terminal sync service');
export const MSG_TERMINAL_SYNC_UPLOADING = __('Uploading changes to terminal');
export const MSG_TERMINAL_SYNC_RUNNING = __('Terminal sync service is running');