Ticket #1354 (closed Bug: fixed)

Opened 21 months ago

Last modified 21 months ago

Fix missing translations in title tag of several header.tpl

Reported by: hansfn Owned by:
Priority: major Milestone: Piwik 0.6.2
Component: Core Keywords:
Cc: Sensitive: no

Description

Line 5 of plugins/CoreAdminHome/templates/header.tpl - hard coded "Administration".

Line 5 of plugins/CoreHome/templates/header.tpl - hard coded "Web Analytics Reports".

Line 5 of plugins/Login/templates/header.tpl - hard coded "Login".

These issues are quite important since the title is a very visible thing.

Attachments

patch Download (3.0 KB) - added by halfdan 21 months ago.

Change History

Changed 21 months ago by halfdan

Changed 21 months ago by halfdan

Patch fixes all three issues.

Note: I used the key Login_LogIn in en.php to translate "Login". This is currently (for some reason) set to "Sign In".

Changed 21 months ago by matt

  • status changed from new to closed
  • resolution set to fixed

(In [2176]) Fixes #1354

Changed 21 months ago by matt

I applied the patch but it wasn't working (missing single quotes) please test your patches before submitting. thx

Changed 21 months ago by vipsoft

(In [2188]) refs #1354, [2176]

Note: See TracTickets for help on using tickets.