Clarify remote cache bootstrap labels
This commit is contained in:
@@ -3400,17 +3400,17 @@ func (u *ui) remoteOpenButtonLabel() string {
|
||||
if u.selectedRemoteUsesLocalCache() {
|
||||
return "Opening Cached Vault..."
|
||||
}
|
||||
return "Opening Cached Vault Setup..."
|
||||
return "Creating Local Cache..."
|
||||
case u.remoteOpenRetryAvailable():
|
||||
if u.selectedRemoteUsesLocalCache() {
|
||||
return "Retry Cached Vault"
|
||||
}
|
||||
return "Retry Cached Vault Setup"
|
||||
return "Retry Local Cache Setup"
|
||||
default:
|
||||
if u.selectedRemoteUsesLocalCache() {
|
||||
return "Open Cached Vault"
|
||||
}
|
||||
return "Open And Cache Vault"
|
||||
return "Create Local Cache"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user