Skip to content

Commit a5068d8

Browse files
authored
Add a line about Silver plan unlocking the watermark & GD logo when the game loads. (#4979)
1 parent d20b322 commit a5068d8

File tree

1 file changed

+4
-1
lines changed
  • newIDE/app/src/Utils/GDevelopServices

1 file changed

+4
-1
lines changed

newIDE/app/src/Utils/GDevelopServices/Usage.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)