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