Skip to content

Commit

Permalink
MDL-61663 portfolio: Update to the external system link names.
Browse files Browse the repository at this point in the history
Changed the name of the link to something less like an English
string for each of the portfolios.
  • Loading branch information
abgreeve committed Apr 17, 2018
1 parent 644bffc commit 0f198a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion portfolio/boxnet/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down
2 changes: 1 addition & 1 deletion portfolio/flickr/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion portfolio/googledocs/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down
2 changes: 1 addition & 1 deletion portfolio/mahara/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion portfolio/picasa/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 0f198a4

Please sign in to comment.