fix: wording
This commit is contained in:
parent
af477ce835
commit
42bf5c5995
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@ function Chat() {
|
||||||
name="information-outline"
|
name="information-outline"
|
||||||
style={styles.resolvedLabelImage}
|
style={styles.resolvedLabelImage}
|
||||||
/>
|
/>
|
||||||
<Text style={styles.resolvedLabelText}>Cette alerte est résolue</Text>
|
<Text style={styles.resolvedLabelText}>
|
||||||
|
Cette alerte est terminée
|
||||||
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
{isArchived && (
|
{isArchived && (
|
||||||
|
|
Loading…
Add table
Reference in a new issue