Skip to content

Commit

Permalink
feat: Localize 'View Schedule' text in StopPane component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Nov 23, 2024
1 parent abf5e02 commit 1ce8463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stops/StopPane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
class="inline-block rounded-lg border border-green-500 bg-green-500 px-3 py-1 text-sm font-medium text-white shadow-md transition duration-200 ease-in-out hover:bg-green-600"
target="_blank"
>
View Schedule
{$t('schedule_for_stop.view_schedule')}
</a>
</div>
</div>
Expand Down

0 comments on commit 1ce8463

Please sign in to comment.