app/views/platform/developer/help/oauth_extensions.html.erb in platform-3.1.1 vs app/views/platform/developer/help/oauth_extensions.html.erb in platform-3.1.2
- old
+ new
@@ -157,10 +157,10 @@
</p>
<h2><%=tr("Authorization Flow") %></h2>
<p>
<%=tr("There are two ways you could authorize your embedded application.")%>
- <%=tr("If you chose to let Geni handle authorization then we will check if the user has authorized your application, and if not, we will present the authorization screen.")%>
+ <%=tr("If you chose to let Platform handle authorization then we will check if the user has authorized your application, and if not, we will present the authorization screen.")%>
<%=tr("Once user has authorized your app, we will pass you a valid access token as a parameter to your apps canvas URL.")%>
<%=tr("Alternatively, you can take the userto the authorization flow yourself, by redirecting the iframce to the authorization URL.")%>
</p>
<h3><%=tr("Oauth URL")%></h3>