Skip to content

Commit 79fed4b

Browse files
author
Nicholas K. Dionysopoulos
committed
Fix some misleading strings referencing Akeeba Subscriptions
1 parent 1f9573a commit 79fed4b

5 files changed

Lines changed: 10 additions & 14 deletions

File tree

RELEASENOTES.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Akeeba Subscriptions should be compatible with:
1010
* Joomla! 3.8
1111
* PHP 7.0, 7.1, 7.2.
1212

13-
## Language files
14-
15-
Akeeba Subscriptions comes with English (Great Britain) language built-in. Installation packages for other languages are available [on our language download page](https://cdn.akeebabackup.com/language/akeebasubs/index.html).
16-
1713
## Changelog
1814

1915
* First release

component/backend/ViewTemplates/Common/README.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
If you want to do serious changes to the formatting of the component's backend you will need to override these files
2222
using standard Joomla template overrides. The target folder for your overridden files is
23-
administrator/templates/YOUR_TEMPLATE/html/com_akeebasubs/Common
23+
administrator/templates/YOUR_TEMPLATE/html/com_datacompliance/Common

component/frontend/views/Options/metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
@package AkeebaSubs
4-
@copyright Copyright (c)2010-2018 Nicholas K. Dionysopoulos / Akeeba Ltd
5-
@license GNU General Public License version 3, or later
3+
* @package Akeeba Data Compliance
4+
* @copyright Copyright (c)2018 Nicholas K. Dionysopoulos / Akeeba Ltd
5+
* @license GNU General Public License version 3, or later
66
-->
77
<metadata>
88
<view title="COM_DATACOMPLIANCE_MENUMANAGER_VIEW_OPTIONS_LABEL">

component/frontend/views/Options/tmpl/default.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
@package AkeebaSubs
4-
@copyright Copyright (c)2010-2018 Nicholas K. Dionysopoulos / Akeeba Ltd
5-
@license GNU General Public License version 3, or later
3+
* @package Akeeba Data Compliance
4+
* @copyright Copyright (c)2018 Nicholas K. Dionysopoulos / Akeeba Ltd
5+
* @license GNU General Public License version 3, or later
66
-->
77
<metadata>
88
<layout title="COM_DATACOMPLIANCE_MENUMANAGER_VIEW_OPTIONS_LABEL">

component/media/css/backend.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* @package akeebasubs
3-
* @copyright Copyright (c)2010-2018 Nicholas K. Dionysopoulos / Akeeba Ltd
4-
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
2+
* @package Akeeba Data Compliance
3+
* @copyright Copyright (c)2018 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
* @license GNU General Public License version 3, or later
55
*/
66

77
/**

0 commit comments

Comments
 (0)