File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
newIDE/app/src/Utils/GDevelopServices Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ export const getSubscriptionPlans = (): Array<PlanDetails> => [
118118 {
119119 message : t `Unlimited leaderboards and unlimited player feedback responses.` ,
120120 } ,
121+ {
122+ message : t `Immerse your players by removing the GDevelop watermark or the GDevelop logo when the game loads.` ,
123+ } ,
121124 ] ,
122125 } ,
123126 {
@@ -136,7 +139,7 @@ export const getSubscriptionPlans = (): Array<PlanDetails> => [
136139 message : t `Unlimited leaderboards and unlimited player feedback responses.` ,
137140 } ,
138141 {
139- message : t `Immerse your players by removing GDevelop logo when the game loads.` ,
142+ message : t `Immerse your players by removing the GDevelop watermark or the GDevelop logo when the game loads.` ,
140143 } ,
141144 ] ,
142145 } ,
You can’t perform that action at this time.
0 commit comments