mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
consistent wording with website
This commit is contained in:
parent
b843fc2032
commit
9f3f3181c2
@ -1,6 +1,6 @@
|
||||
import React, { forwardRef, useImperativeHandle, useRef, useState } from 'react';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { Alert, Button, Text, View } from 'react-native';
|
||||
import { Alert, View } from 'react-native';
|
||||
import { TextInput } from '..';
|
||||
import { ThemeContainer } from '../../containers';
|
||||
import { Snippet } from '../../models';
|
||||
|
@ -306,15 +306,15 @@
|
||||
"label_no_snippets":"No Snippets Found",
|
||||
"title_add_snippet":"Add Snippet",
|
||||
"title_edit_snippet":"Edit Snippet",
|
||||
"title_remove_confirmation":"Confirm Remove!",
|
||||
"placeholder_title":"Snippet Title",
|
||||
"title_remove_confirmation":"Delete snippet",
|
||||
"placeholder_title":"Snippet title",
|
||||
"placeholder_body":"Add snippet body here...",
|
||||
"btn_save":"SAVE",
|
||||
"btn_close":"CLOSE",
|
||||
"btn_add":"Snippet",
|
||||
"message_incomplete":"Please add title and body for snippet",
|
||||
"message_failed":"Failed to save snippet",
|
||||
"message_remove_confirmation":"Are you sure you want to remove this snippet?",
|
||||
"message_remove_confirmation":"Are you sure you want to delete this snippet?",
|
||||
"btn_confirm":"Confirm",
|
||||
"btn_cancel":"Cancel"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user