BookStack/resources/lang/en/common.php

16 lines
198 B
PHP
Raw Normal View History

<?php
return [
/**
* Buttons
*/
'cancel' => 'Cancel',
'confirm' => 'Confirm',
/**
* Form Labels
*/
'name' => 'Name',
'description' => 'Description',
];