Files
Woka_Native_iOS/WOKA/Authentication/AuthenticationStringConstant.swift
BilalKhanWDI 750cc59cde - handled theme 2 player pause while the radio is opened and closed
- Completed forget username flow with hindi language
- Completed app update functionality, need the api to be updated as the version will not be a double, its going to be string
2024-08-20 19:50:11 +05:30

32 lines
878 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// AuthenticationStringConstant.swift
// WOKA
//
// Created by MacBook Pro on 29/04/24.
//
import Foundation
extension K{
struct AuthenticationStringConstant{
static let safeBelow = "Lets be Safe!"
static let safeAbove = "Lets Start Here"
static let emailAbove = "CAN WE HAVE YOUR EMAIL?"
static let emailBelow = "CAN WE HAVE YOUR PARENTS EMAIL?"
// PlaceHolderText
static let enterEmail = "Enter your email"
static let enterParentsEmail = "Enter your parent's email"
static let selectUsername = "Enter a username"
static let enterName = "Enter your name"
static let enterChildName = "Enter your child name"
static let enterPassword = "Enter your password"
static let forgotUsername = "Forgot Username"
}
}