Skip to content

Commit a9fd7f4

Browse files
authoredJun 9, 2023
Merge pull request #4298 from Cookiezaurs/bugfix-master
[views] Localization fixes.
2 parents 3aa536b + 1aff0ca commit a9fd7f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎plugins/views/frontend/public/localization/views.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ views.s = Landings
4848
views.e = Exits
4949
views.b = Bounces
5050
views.br = Bounce Rate
51-
views.uvc = Unique Page Views
51+
views.uvc = Unique Views
5252
views.scr = Avg. scroll
53-
views.total_page_views.title = Total Page Views
53+
views.total_page_views.title = Total Views
5454
views.total_page_views.desc = The total number of pages viewed, in the selected time period.
5555
views.unique_page_views.desc = Number of times a page is viewed in your application for the first time by users during a session, in the selected time period.
5656
views.bounce_rate.desc = Number of users who have landed on a page without visiting other pages

‎plugins/web/frontend/public/localization/web.properties

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ web.browser = Browser
1313
web.drill.lv = Web Page
1414
web.views.title = Page Views
1515
web.views.view = Page
16+
web.views.total_page_views.title = Total Page Views
17+
web.views.uvc = Unique Page Views
1618
web.crashes.title = Errors
1719
web.crashes.unresolved-crashes = Unresolved errors
1820
web.crashes.groupid = Error ID

0 commit comments

Comments
 (0)
Please sign in to comment.