forked from organicmaps/organicmaps
[MAPSME-3010] [ios] Fixed feedback buttons texts.
This commit is contained in:
parent
cbc3aaeb14
commit
d4cc3128d4
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ extern NSString * const kLocaleUsedInSupportEmails = @"en_gb";
|
|||
|
||||
namespace
|
||||
{
|
||||
NSString * const kCommonReportActionTitle = L(@"leave_a_review");
|
||||
NSString * const kBugReportActionTitle = L(@"something_is_not_working");
|
||||
NSString * const kCommonReportActionTitle = L(@"feedback_general");
|
||||
NSString * const kBugReportActionTitle = L(@"report_a_bug");
|
||||
NSString * const kCancelActionTitle = L(@"cancel");
|
||||
NSString * const kiOSEmail = @"ios@maps.me";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue