Skip to content

Commit

Permalink
chore: revision text
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnycreature committed Jan 23, 2024
1 parent c17cc67 commit 58ceb8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const RevisionEditScreen = () => {
if (!revisionType) {
setScreenState('idle');

return Alert.alert('Ошибка!', 'Тип документа для сканирования не найден', [{ text: 'OK' }]);
return Alert.alert('Ошибка!', 'Тип документа для сверки не найден', [{ text: 'OK' }]);
}
if (!docNumber || !docDate || !docDepartment) {
setScreenState('idle');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const RevisionGoodScreen = () => {
barCodeTypes={[]}
showExtraButton={scannedObject?.good?.id === 'unknown'}
extraButtonIcon="clipboard-text-search-outline"
extraButtonName="Привязать"
extraButtonName="Привязать ТМЦ"
onPressExtraButton={() => handleSaveScannedItem(true)}
>
{scannedObject ? (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export const RevisionViewScreen = () => {
},
},
{
text: 'Привязать',
text: 'Привязать ТМЦ',
onPress: () => {
dispatch(documentActions.addDocumentLine({ docId: id, line: newLine }));
setCurrentLineId(newLine.id);
Expand Down

0 comments on commit 58ceb8a

Please sign in to comment.