mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 01:16:29 +03:00
show 'Not connected' if storage information are not yet available (#3222)
* show 'Not connected' if storage information are not yet available 'One moment' is a bit misleading in case the device is offline as it will take more than a moment until that will be updated :) * update CHANGELOG
This commit is contained in:
@@ -538,7 +538,7 @@ impl Context {
|
||||
self.schedule_quota_update().await?;
|
||||
}
|
||||
} else {
|
||||
ret += &format!("<li>{}</li>", stock_str::one_moment(self).await);
|
||||
ret += &format!("<li>{}</li>", stock_str::not_connected(self).await);
|
||||
self.schedule_quota_update().await?;
|
||||
}
|
||||
ret += "</ul>";
|
||||
|
||||
Reference in New Issue
Block a user