Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Oct 22, 2022
1 parent 61a0e27 commit b28b006
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/lang/fi/pages/settings-page.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [

'form' => [

'actions' => [

'save' => [
'label' => 'Tallenna',
],

],

],

'messages' => [
'saved' => 'Tallennettu',
],

];

0 comments on commit b28b006

Please sign in to comment.