| skipped 98 lines |
99 | 99 | | Resources.getString.overload('int').implementation = function (resId) { |
100 | 100 | | const originalString = this.getString(resId); |
101 | 101 | | if (originalString.includes("Привіт")) { // on splashscreen on start |
102 | | - | const newString = "deeznuts™️"; |
| 102 | + | const newString = "deeznuts"; |
103 | 103 | | return newString; |
104 | 104 | | } |
105 | 105 | | |
| skipped 54 lines |