Skip to content

Commit 2213943

Browse files
committed
bug fix
1 parent fb004b7 commit 2213943

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/editProfilePane/wrapped-profileFormText.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ WHERE
557557
ui:pattern "@[a-z0-9A-Z_-]*"; # @@
558558
ui:size 40 .
559559
560-
:TumblIdField
560+
:TumblrIdField
561561
a ui:SingleLineTextField ;
562562
ui:label "Tumblr user name";
563563
ui:maxLength "200" ;
@@ -718,7 +718,7 @@ foaf:Account a rdfs:Class;
718718
719719
:StravaAccount rdfs:subClassOf foaf:Account ;
720720
rdfs:label "Strava";
721-
foaf:userProfilePrefix "https://www.strava.com/";
721+
foaf:userProfilePrefix "https://www.strava.com/athletes/";
722722
foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/strava-2.svg>;
723723
foaf:homepage <https://strava.com/> .
724724

src/ontology/profileForm.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ WHERE
556556
ui:pattern "@[a-z0-9A-Z_-]*"; # @@
557557
ui:size 40 .
558558

559-
:TumblIdField
559+
:TumblrIdField
560560
a ui:SingleLineTextField ;
561561
ui:label "Tumblr user name";
562562
ui:maxLength "200" ;

src/ontology/socialMedia.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ foaf:Account a rdfs:Class;
113113

114114
:StravaAccount rdfs:subClassOf foaf:Account ;
115115
rdfs:label "Strava";
116-
foaf:userProfilePrefix "https://www.strava.com/";
116+
foaf:userProfilePrefix "https://www.strava.com/athletes/";
117117
foaf:icon <https://solidos.github.io/solid-ui/src/icons/social/strava-2.svg>;
118118
foaf:homepage <https://strava.com/> .
119119

0 commit comments

Comments
 (0)