diff --git a/entourage/Assets/Strings/Localizable.strings b/entourage/Assets/Strings/Localizable.strings index a29a6230e..310c90438 100644 --- a/entourage/Assets/Strings/Localizable.strings +++ b/entourage/Assets/Strings/Localizable.strings @@ -44,7 +44,7 @@ "menu_amis" = "Amis"; "myProfile" = "MON COMPTE"; "parameters" = "Parameters"; -"menu_blog" = "Comment franchir le pas ?"; +"menu_scb" = "Comment franchir le pas ?"; "menu_chart" = "Charte éthique"; "menu_guide" = "Guide de solidarité"; diff --git a/entourage/Classes/Controller/OTMenuViewController.m b/entourage/Classes/Controller/OTMenuViewController.m index f726611f8..7fc2e93e2 100644 --- a/entourage/Classes/Controller/OTMenuViewController.m +++ b/entourage/Classes/Controller/OTMenuViewController.m @@ -152,7 +152,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath [OTLogger logEvent:@"WhatActionsClick"]; else if ([menuItem.title isEqualToString:OTLocalizedString(@"menu_application_usage")]) [OTLogger logEvent:@"AppFAQClick"]; - else if ([menuItem.title isEqualToString:OTLocalizedString(@"menu_blog")]) + else if ([menuItem.title isEqualToString:OTLocalizedString(@"menu_scb")]) [OTLogger logEvent:@"SimpleCommeBonjourClick"]; else if ([menuItem.title isEqualToString:OTLocalizedString(@"menu_chart")]) [OTLogger logEvent:@"ViewEthicsChartClick"]; @@ -220,7 +220,7 @@ - (void)configureControllersDictionary { - (NSArray *)createMenuItems { NSMutableArray *menuItems = [NSMutableArray array]; - OTMenuItem *itemBlog = [[OTMenuItem alloc] initWithTitle:OTLocalizedString(@"menu_blog") iconName: @"blog" url:MENU_BLOG_URL]; + OTMenuItem *itemBlog = [[OTMenuItem alloc] initWithTitle:OTLocalizedString(@"menu_scb") iconName: @"blog" url:MENU_SCB_URL]; [menuItems addObject:itemBlog]; OTMenuItem *itemEntourageActions = [[OTMenuItem alloc] initWithTitle:OTLocalizedString(@"menu_entourage_actions") iconName:@"goal" url:MENU_BLOG_ENTOURAGE_ACTIONS_URL]; [menuItems addObject:itemEntourageActions]; diff --git a/entourage/Classes/OTConsts.h b/entourage/Classes/OTConsts.h index 19bb6bd5d..f820064b5 100644 --- a/entourage/Classes/OTConsts.h +++ b/entourage/Classes/OTConsts.h @@ -77,6 +77,7 @@ #define PRO_ENTOURAGE_CREATION_CHART @"http://www.entourage.social/chartes/pro.html" #define MENU_BLOG_URL @"https://blog.entourage.social/2016/10/28/franchir-le-pas/" +#define MENU_SCB_URL @"http://www.simplecommebonjour.org/" #define MENU_BLOG_ENTOURAGE_ACTIONS_URL @"http://blog.entourage.social/quelles-actions-faire-avec-entourage" #define MENU_BLOG_APPLICATION_USAGE_URL @"http://blog.entourage.social/comment-utiliser-l-application-entourage/" #define MENU_ATD_PARTNERSHIP @"https://www.atd-quartmonde.fr/entourage/" @@ -88,5 +89,3 @@ #define NO_GIUDE_DATA_LINK @"https://goo.gl/jD5uIQ" #define PROPOSE_STRUCTURE_URL @"https://docs.google.com/forms/d/e/1FAIpQLSdcpYpAWz9zllF2TUS4USDQzu4T4ywu_XjXaD-ovsTS5eo1YA/viewform" - -