Skip to content

Commit

Permalink
Removed author in header in AccountsManagementActivity and changed ty…
Browse files Browse the repository at this point in the history
…pe to enhancement in ReleaseNotesViewModel
  • Loading branch information
Aitorbp committed Mar 8, 2024
1 parent e83ed92 commit 03906fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
* ownCloud Android client application
*
* @author Javier Rodríguez Pérez
* @author Aitor Ballesteros Pavón
*
* Copyright (C) 2024 ownCloud GmbH.
* Copyright (C) 2022 ownCloud GmbH.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ReleaseNotesViewModel(
ReleaseNote(
title = R.string.release_notes_4_3_0_title_2,
subtitle = R.string.release_notes_4_3_0_subtitle_2,
type = ReleaseNoteType.CHANGE,
type = ReleaseNoteType.ENHANCEMENT,
),
)
}
Expand Down

0 comments on commit 03906fb

Please sign in to comment.