mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 01:04:03 +00:00
Finalize Typescript restructure
This commit is contained in:
@@ -80,10 +80,10 @@
|
||||
>
|
||||
{{
|
||||
notification.message
|
||||
? notification.message
|
||||
? $t(notification.message)
|
||||
: success
|
||||
? 'Successful'
|
||||
: 'Something went wrong'
|
||||
? $t('general.successful')
|
||||
: $t('general.something_went_wrong')
|
||||
}}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user