@@ -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. "
0 commit comments