mirror of
https://github.com/chatmail/core.git
synced 2026-05-21 15:56:30 +03:00
fix: hide connectivity HTML quota if not supported
This also solves the problem with the fact that it's not clear from the resulting HTML that this error message is referring to quota and not something else. See https://github.com/chatmail/core/pull/8130.
This commit is contained in:
@@ -7057,11 +7057,6 @@ void dc_event_unref(dc_event_t* event);
|
||||
/// `%1$s` will be replaced by a possibly more detailed, typically english, error description.
|
||||
#define DC_STR_ERROR 112
|
||||
|
||||
/// "Not supported by your provider."
|
||||
///
|
||||
/// Used in the connectivity view.
|
||||
#define DC_STR_NOT_SUPPORTED_BY_PROVIDER 113
|
||||
|
||||
/// "Messages"
|
||||
///
|
||||
/// Used as a subtitle in quota context; can be plural always.
|
||||
|
||||
Reference in New Issue
Block a user