Skip to content

Commit

Permalink
Merge pull request #275 from ploi/fix-translations
Browse files Browse the repository at this point in the history
Fixes translations for slug field
  • Loading branch information
Cannonb4ll authored Aug 20, 2024
2 parents 421f9b2 + d1ee2b2 commit badff22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
'group' => 'Group',
'group-helper-text' => 'Type a group here to categorise them in your roadmap',
'slug' => 'Slug',
'slug-helpter-text' => 'Leave blank to generate one automatically',
'slug-helper-text' => 'Leave blank to generate one automatically',
'icon' => 'Icon',
'private' => 'Private',
'private-helper-text' => 'This will make the project private. Only the employees and administrators can see this project.',
Expand Down
2 changes: 1 addition & 1 deletion lang/nl/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
'group' => 'Groep',
'group-helper-text' => 'Dit zal het project groeperen met andere projecten.',
'slug' => 'Slug',
'slug-helpter-text' => 'Dit is de slug van het project. Dit wordt gebruikt in de URL van het project. Laat dit veld leeg om automatisch een slug te genereren.',
'slug-helper-text' => 'Dit is de slug van het project. Dit wordt gebruikt in de URL van het project. Laat dit veld leeg om automatisch een slug te genereren.',
'icon' => 'Icoon',
'private' => 'Privé',
'private-helper-text' => 'Dit zal het project privé maken. Alleen de werknemers en beheerders kunnen dit project zien.',
Expand Down

0 comments on commit badff22

Please sign in to comment.