From 18dde859af794c22e5f06fe5a987c3dfa4a41c50 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 11 Jul 2019 14:46:20 +0100 Subject: [PATCH] s/terms/policies/ Co-Authored-By: J. Ryan Stinnett --- src/components/views/dialogs/TermsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/TermsDialog.js b/src/components/views/dialogs/TermsDialog.js index b79d05810a..6c96058099 100644 --- a/src/components/views/dialogs/TermsDialog.js +++ b/src/components/views/dialogs/TermsDialog.js @@ -44,7 +44,7 @@ class TermsCheckbox extends React.PureComponent { export default class TermsDialog extends React.PureComponent { static propTypes = { /** - * Array of [Service, terms] pairs, where terms is the response from the + * Array of [Service, policies] pairs, where policies is the response from the * /terms endpoint for that service */ policiesAndServicePairs: PropTypes.array.isRequired,