Skip to content

Commit

Permalink
Use I18n for caption
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mgd committed Dec 12, 2024
1 parent 2c887e5 commit 99bf2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/apps/sys_router.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def owner
end

def caption
"System Installed App"
I18n.t('dashboard.system_apps_caption')
end

def category
Expand Down

0 comments on commit 99bf2d9

Please sign in to comment.