From ea63c3394e8877cd9089ad8d7881f5740e038d8c Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Tue, 12 May 2020 22:19:44 +0900 Subject: [PATCH] [TBT][Connection][NonACR][TSIX-2923, info updated] Change-Id: I7b6423633af44cffb8c778aa7d9b3be5c5a5b1e7 Signed-off-by: Cheoleun Moon --- tbtcoreapp/src/model/tbt-list.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index a7506e6..87a88fd 100755 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -2212,9 +2212,10 @@ static tbt_info tbtapps[] = .parent = "Connection Status", .apptype = TBT_APP_CONNECTION, .icon_name = "dummy", - .info = "1. Change connection status to flight mode or some other mode
" - "2. press back button and again open connection view
" - "3.You will see updated connection status
", + .info = "1. Insert a SIM card to the test device
" + "2. Change connection status to flight mode or some other mode
" + "3. press back button and again open connection view
" + "4. You will see updated connection status
", .result = 0, .required_features_count = 2, .features_required = {FEATURE_NETWORK_WIFI,FEATURE_NETWORK_TELEPHONY} -- 2.34.1