Improve some messages
This commit is contained in:
parent
0b6648eeed
commit
5481dc9273
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ func init() {
|
|||
GMBrowserInactive: "Google Messages opened in another browser",
|
||||
GMBrowserInactiveTimeout: "Google Messages disconnected due to timeout",
|
||||
GMBrowserInactiveInactivity: "Google Messages disconnected due to inactivity",
|
||||
GMPhoneNotResponding: "Your phone is not responding, please check that it is connected to the internet. You may need to open the Messages app on your phone for it to reconnect.",
|
||||
GMPhoneNotResponding: "Your phone is not responding, please check that it is connected to the internet. You may need to open the Messages app on your phone and/or disable battery optimizations for it to reconnect.",
|
||||
GMSwitchedToGoogleLogin: "You switched to Google account pairing, please log in to continue using SMS/RCS",
|
||||
})
|
||||
}
|
||||
|
|
|
@ -160,7 +160,7 @@ func fnLoginGoogle(ce *WrappedCommandEvent) {
|
|||
|
||||
const (
|
||||
pairingErrMsgNoDevices = "No devices found. Make sure you've enabled account pairing in the Google Messages app on your phone."
|
||||
pairingErrPhoneNotResponding = "Phone not responding. Make sure your phone is connected to the internet and that account pairing is enabled in the Google Messages app."
|
||||
pairingErrPhoneNotResponding = "Phone not responding. Make sure your phone is connected to the internet and that account pairing is enabled in the Google Messages app. You may need to keep the app open and/or disable battery optimizations."
|
||||
pairingErrMsgIncorrectEmoji = "Incorrect emoji chosen on phone, please try again"
|
||||
pairingErrMsgCancelled = "Pairing cancelled on phone"
|
||||
pairingErrMsgTimeout = "Pairing timed out, please try again"
|
||||
|
|
Loading…
Reference in a new issue