visavi/rotor

View on GitHub
resources/lang/en/notebooks.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'subtitle'    => 'Private note',
    'info'        => 'Here you can store snippets of messages or any other important information',
    'last_edited' => 'Last edited',
    'empty_note'  => 'This note is empty or missing!',

    'title_edit' => 'Editing notebook',
    'info_edit'  => 'Private note are available only to you',
];