Other Values

Other Values

You should also change these additional string values to completely personalize your app experience.

Instructions

Update the following values in strings.js file:

values/strings.js
export const strings = {
    // ...
 
    // Errors
    somethingWentWrong: 'Something went wrong, please try again',
 
    // Share
    shareTitle: 'Reward Studio',
    shareMessage: 'Hey, I am using Reward Studio app to earn money by playing games. Download the app from the link below and use my referral code "{code}" to get {coins} bonus coins.',
 
    // URLs
    termsOfServiceUrl: "https://reward-studio.jazbastudio.com/terms-of-service",
    privacyPolicyUrl: "https://reward-studio.jazbastudio.com/privacy-policy",
 
 
    // Contact Message
    supportEmail: "support@reward-studio.com",
    contactMessage: "Hello,\n I am {name}, I need help with Reward Studio app. Here is the detail of my problem:\n\n",
    
    // ...
}
⚠️

Do not modify the values in braces {}. Such as {code} and {coins}