Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
13 lines
305 B
PHP
13 lines
305 B
PHP
<?php
|
|
|
|
/**
|
|
* ⚠️ Editing not allowed except for 'en' language.
|
|
*
|
|
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
|
*/
|
|
|
|
return [
|
|
'title' => 'Cambios del producto',
|
|
'note' => 'Nota: desafortunadamente, esta página está solo en inglés.',
|
|
];
|