Skip to content

Commit 8c56de3

Browse files
authored
Merge pull request #65 from nativeapptemplate/apply-rename-safety-contract
Drop articles before renameable domain words
2 parents afb84fc + e835e37 commit 8c56de3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

NativeAppTemplate/Constants.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ enum Strings {
166166

167167
static let timeZone = "Time Zone"
168168
static let createShopsLabel = "Create shops"
169-
static let tapShopBelow = "Tap a shop below."
169+
static let tapShopBelow = "Tap shop below."
170170
static let haveFun = "Have fun!"
171-
static let shopDetailInstruction = "Swipe an item tag to change its status."
171+
static let shopDetailInstruction = "Swipe to change item tag status."
172172

173173
// MARK: Shop Settings View
174174

@@ -183,7 +183,7 @@ enum Strings {
183183
static let itemTagNamePlaceholder = "Name"
184184
static let editItemTag = "Edit Item Tag"
185185
static let addItemTag = "Add Item Tag"
186-
static let addItemTagDescription = "Add a new item tag and start changing the item tag status."
186+
static let addItemTagDescription = "Add a new item tag and start changing item tag status."
187187
static let deleteItemTag = "Delete item tag"
188188
static let buttonDeleteItemTag = "Delete Item Tag"
189189
static let itemTagNameIsInvalid = "Item tag name is invalid."
@@ -235,14 +235,14 @@ enum Strings {
235235
static let shopCreated = "Shop created successfully."
236236
static let basicSettingsUpdated = "Basic settings updated successfully."
237237
static let shopDeleted = "Shop deleted successfully."
238-
static let shopDeletedError = "There was a problem deleting the shop."
238+
static let shopDeletedError = "There was a problem deleting shop."
239239

240240
static let itemTagCreated = "Item tag created successfully."
241241
static let itemTagUpdated = "Item tag updated successfully."
242242
static let itemTagDeleted = "Item tag deleted successfully."
243-
static let itemTagDeletedError = "There was a problem deleting the item tag."
244-
static let itemTagCompletedError = "There was a problem completing the item tag."
245-
static let itemTagIdledError = "There was a problem idling the item tag."
243+
static let itemTagDeletedError = "There was a problem deleting item tag."
244+
static let itemTagCompletedError = "There was a problem completing item tag."
245+
static let itemTagIdledError = "There was a problem idling item tag."
246246

247247
static let shopkeeperCreated = "Account created successfully."
248248
static let shopkeeperCreatedError = "There was a problem creating the account."

NativeAppTemplateTests/Networking/Adapters/ShopAdapterTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct ShopAdapterTest {
1212
"type": "shop",
1313
"attributes": [
1414
"name": "Shop1",
15-
"description": "This is a Shop1",
15+
"description": "This is Shop1",
1616
"time_zone": "Tokyo",
1717
"item_tags_count": 10,
1818
"scanned_item_tags_count": 1,

0 commit comments

Comments
 (0)