mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 06:07:57 -06:00
feat: Add tests, update notes implementation
This commit is contained in:
@@ -82,5 +82,7 @@ String translateError(BuildContext context, ErrorCode code) {
|
||||
'Could not load custom field.', //TODO: INTL
|
||||
ErrorCode.customFieldDeleteFailed =>
|
||||
'Could not delete custom field, please try again.', //TODO: INTL
|
||||
ErrorCode.deleteNoteFailed => 'Could not delete note, please try again.',
|
||||
ErrorCode.addNoteFailed => 'Could not create note, please try again.',
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user