@@ -166,6 +166,7 @@ extension String {
166166 static let createShopsLabel = " Create shops "
167167 static let tapShopBelow = " Tap a shop below. "
168168 static let haveFun = " Have fun! "
169+ static let shopDetailInstruction = " Swipe an item tag to change its status. "
169170
170171 // MARK: Shop Settings View
171172
@@ -178,11 +179,11 @@ extension String {
178179 static let nameLabel = " Name "
179180 static let descriptionLabel = " Description "
180181 static let itemTagNamePlaceholder = " Name "
181- static let editTag = " Edit Tag "
182- static let addTag = " Add Tag "
183- static let addTagDescription = " Add a new item tag and start changing the tag status. "
184- static let deleteTag = " Delete tag "
185- static let buttonDeleteTag = " Delete Tag "
182+ static let editItemTag = " Edit Item Tag "
183+ static let addItemTag = " Add Item Tag "
184+ static let addItemTagDescription = " Add a new item tag and start changing the item tag status. "
185+ static let deleteItemTag = " Delete item tag "
186+ static let buttonDeleteItemTag = " Delete Item Tag "
186187 static let itemTagNameIsInvalid = " Item tag name is invalid. "
187188 static let itemTagDescriptionIsInvalid = " Item tag description is too long. "
188189 static let completedAtLabel = " Completed at "
@@ -201,7 +202,6 @@ extension String {
201202
202203 static let supportMail : String = " support@nativeapptemplate.com "
203204 static let supportWebsiteUrl : String = " https://nativeapptemplate.com "
204- static let howToUseUrl : String = " https://myturntag.com/how "
205205 static let faqsUrl : String = " https://nativeapptemplate.com/faqs "
206206 static let privacyPolicyUrl : String = " https://nativeapptemplate.com/privacy "
207207 static let termsOfUseUrl : String = " https://nativeapptemplate.com/terms "
@@ -235,12 +235,12 @@ extension String {
235235 static let shopDeleted = " Shop deleted successfully. "
236236 static let shopDeletedError = " There was a problem deleting the shop. "
237237
238- static let itemTagCreated = " Tag created successfully."
239- static let itemTagUpdated = " Tag updated successfully."
240- static let itemTagDeleted = " Tag deleted successfully."
241- static let itemTagDeletedError = " There was a problem deleting the tag. "
242- static let itemTagCompletedError = " There was a problem completing the tag. "
243- static let itemTagIdledError = " There was a problem idling the tag. "
238+ static let itemTagCreated = " Item tag created successfully."
239+ static let itemTagUpdated = " Item tag updated successfully."
240+ static let itemTagDeleted = " Item tag deleted successfully."
241+ static let itemTagDeletedError = " There was a problem deleting the item tag. "
242+ static let itemTagCompletedError = " There was a problem completing the item tag. "
243+ static let itemTagIdledError = " There was a problem idling the item tag. "
244244
245245 static let shopkeeperCreated = " Account created successfully. "
246246 static let shopkeeperCreatedError = " There was a problem creating the account. "
@@ -285,19 +285,14 @@ extension String {
285285 static let email = " Email "
286286 static let password = " Password "
287287
288- static let onboardingDescription1 = String ( localized: " Welcome to NativeAppTemplate. " )
289- static let onboardingDescription2 = String ( localized: " Sign in to manage your shops and item tags. " )
290- static let onboardingDescription3 = String ( localized: " Organize your work across multiple organizations. " )
291- static let onboardingDescription4 = String ( localized: " Invite teammates to collaborate. " )
292- static let onboardingDescription5 = String ( localized: " Track item tags with a simple idle/completed state. " )
293- static let onboardingDescription6 = String ( localized: " Create, edit, and delete item tags from your shop. " )
294- static let onboardingDescription7 = String ( localized: " Switch between personal and shared organizations. " )
295- static let onboardingDescription8 = String ( localized: " Have fun! " )
296- static let onboardingDescription9 = String ( localized: " Have fun! " )
297- static let onboardingDescription10 = String ( localized: " Have fun! " )
298- static let onboardingDescription11 = String ( localized: " Have fun! " )
299- static let onboardingDescription12 = String ( localized: " Have fun! " )
300- static let onboardingDescription13 = String ( localized: " Have fun! " )
288+ static let onboardingDescription1 = " Welcome to NativeAppTemplate. "
289+ static let onboardingDescription2 = " Sign in to manage your shops and item tags. "
290+ static let onboardingDescription3 = " Organize your work across multiple organizations. "
291+ static let onboardingDescription4 = " Invite teammates to collaborate. "
292+ static let onboardingDescription5 = " Track item tags with a simple idle/completed state. "
293+ static let onboardingDescription6 = " Create, edit, and delete item tags from your shop. "
294+ static let onboardingDescription7 = " Switch between personal and shared organizations. "
295+ static let onboardingDescription8 = " Have fun! "
301296
302297 // MARK: Other
303298
@@ -320,11 +315,8 @@ extension String {
320315 static let passwordIsRequired = " Password is required. "
321316 static let passwordIsInvalid = " Password is invalid. "
322317 static let role = " Role "
323- static let createShops = " Create shops. "
324- static let createTags = " Create tags. "
325318 static let complete = " Complete "
326319 static let open = " Open "
327- static let learnMore = " Learn More "
328320 static let instructions = " Instructions "
329321 static let forceSignOut = " Force Sign Out? "
330322 static let signOut = " Sign Out "
0 commit comments