Skip to content

Commit

Permalink
Merge pull request #11 from hofmannsven/localization
Browse files Browse the repository at this point in the history
Localize tool title. #10
  • Loading branch information
devmtm committed Feb 4, 2019
2 parents 0bf71fe + 5e485a0 commit 73d3ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/navigation.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<router-link tag="h3" :to="{name: 'nova-language-tool'}" class="cursor-pointer flex items-center font-normal dim text-white mb-6 text-base no-underline">
<svg class="sidebar-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="var(--sidebar-icon)" d="M4.06 13a8 8 0 0 0 5.18 6.51A18.5 18.5 0 0 1 8.02 13H4.06zm0-2h3.96a18.5 18.5 0 0 1 1.22-6.51A8 8 0 0 0 4.06 11zm15.88 0a8 8 0 0 0-5.18-6.51A18.5 18.5 0 0 1 15.98 11h3.96zm0 2h-3.96a18.5 18.5 0 0 1-1.22 6.51A8 8 0 0 0 19.94 13zm-9.92 0c.16 3.95 1.23 7 1.98 7s1.82-3.05 1.98-7h-3.96zm0-2h3.96c-.16-3.95-1.23-7-1.98-7s-1.82 3.05-1.98 7zM12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20z"/></svg>
<span class="sidebar-label">
Language
{{__('Language')}}
</span>
</router-link>

0 comments on commit 73d3ad3

Please sign in to comment.