MDL-61663 portfolio: Update to the external system link names.

Changed the name of the link to something less like an English
string for each of the portfolios.
This commit is contained in:
Adrian Greeve
2018-04-17 11:39:11 +08:00
parent 644bffca5b
commit 0f198a4f8e
5 changed files with 5 additions and 5 deletions
@@ -45,7 +45,7 @@ class provider implements
* @return collection A listing of user data stored through this system.
*/
public static function get_metadata(collection $collection) : collection {
return $collection->add_external_location_link('Box cloud storage', ['data' => 'privacy:metadata:data'],
return $collection->add_external_location_link('box.net', ['data' => 'privacy:metadata:data'],
'privacy:metadata');
}
@@ -45,7 +45,7 @@ class provider implements
* @return collection A listing of user data stored through this system.
*/
public static function get_metadata(collection $collection) : collection {
return $collection->add_external_location_link('Flickr account', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
return $collection->add_external_location_link('flickr.com', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
}
/**
@@ -45,7 +45,7 @@ class provider implements
* @return collection A listing of user data stored through this system.
*/
public static function get_metadata(collection $collection) : collection {
return $collection->add_external_location_link('Google Docs account', ['data' => 'privacy:metadata:data'],
return $collection->add_external_location_link('docs.google.com', ['data' => 'privacy:metadata:data'],
'privacy:metadata');
}
@@ -45,7 +45,7 @@ class provider implements
* @return collection A listing of user data stored through this system.
*/
public static function get_metadata(collection $collection) : collection {
return $collection->add_external_location_link('Mahara site', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
return $collection->add_external_location_link('mahara', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
}
/**
@@ -45,7 +45,7 @@ class provider implements
* @return collection A listing of user data stored through this system.
*/
public static function get_metadata(collection $collection) : collection {
return $collection->add_external_location_link('Picasa photo storage', ['data' => 'privacy:metadata:data'],
return $collection->add_external_location_link('picasa.google.com', ['data' => 'privacy:metadata:data'],
'privacy:metadata');
}