Merge branch 'change-activity-view-wording' into 'master'
Change activity view wording See merge request !9777
This commit is contained in:
commit
72e940df2c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module PreferencesHelper
|
|||
def project_view_choices
|
||||
[
|
||||
['Files and Readme (default)', :files],
|
||||
['Activity view', :activity]
|
||||
['Activity', :activity]
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue