Typo
This commit is contained in:
parent
c8644c8817
commit
c9be4dcc28
|
@ -50,11 +50,19 @@
|
|||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action
|
||||
android:name="com.darryncampbell.cordova.plugin.intent.ACTION"
|
||||
/>
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<action android:name="com.darryncampbell.cordova.plugin.intent.ACTION"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="https" />
|
||||
<data android:host="web.dyomedea.app" />
|
||||
</intent-filter>
|
||||
|
||||
|
||||
|
||||
</activity>
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ const Invitation: Component<props> = (props) => {
|
|||
<Alert severity='info'>
|
||||
Ce compte est déjà configuré, vous pouvez soit continuer et le
|
||||
reconfigurer soit abandonner cette action et ne pas tenir compte du
|
||||
massage qui vous a été envoyé.
|
||||
message qui vous a été envoyé.
|
||||
</Alert>
|
||||
</Box>
|
||||
</Modal>
|
||||
|
|
Loading…
Reference in New Issue