Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
1c104e3a6d

+ 3
- 2
react/features/deep-linking/components/DeepLinkingMobilePage.web.js View File

@@ -196,9 +196,10 @@ class DeepLinkingMobilePage extends Component<Props> {
196 196
                             : null
197 197
                     }
198 198
                     <p className = { `${_SNS}__text` }>
199
-                    /*
199
+                    <--
200 200
                         { t(`${_TNS}.appNotInstalled`, { app: NATIVE_APP_NAME }) }
201
-                        */
201
+                    -->
202
+                        
202 203
 
203 204
                     Mobile browsers are not yet supported.
204 205
                     </p>

Loading…
Cancel
Save