diff options
Diffstat (limited to 'docs/templates/interface.html')
-rw-r--r-- | docs/templates/interface.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/interface.html b/docs/templates/interface.html index 42ad0cee6..94aee69c2 100644 --- a/docs/templates/interface.html +++ b/docs/templates/interface.html @@ -326,7 +326,7 @@ <a name="tpproperties"></a> <h1>Telepathy Properties</h1> <div> - Accessed using the im.telepathy1.Properties interface. + Accessed using the im.telepathy.v1.Properties interface. </div> #for $property in $interface.tpproperties <div class="inset tpproperty"> @@ -351,7 +351,7 @@ <h1>Contact Attributes</h1> <div> Attributes that a contact can have, accessed with the - im.telepathy1.Connection.Interface.Contacts interface. + im.telepathy.v1.Connection.Interface.Contacts interface. </div> #for $token in $interface.contact_attributes <div class="inset contact-attribute"> |