| @@ -132,9 +132,9 @@ | ||
| 132 | 132 | * @since 1.4.0 |
| 133 | 133 | * |
| 134 | 134 | * @access protected |
| 135 | 135 | */ |
| 136 | - protected function _renderHorizontalAxisGeneratSettings() { | |
| 136 | + protected function _renderHorizontalAxisGeneralSettings() { | |
| 137 | 137 | self::_renderTextItem( |
| 138 | 138 | esc_html__( 'Axis Title', Visualizer_Plugin::NAME ), |
| 139 | 139 | 'hAxis[title]', |
| 140 | 140 | isset( $this->hAxis['title'] ) ? $this->hAxis['title'] : '', |
| @@ -178,9 +178,9 @@ | ||
| 178 | 178 | */ |
| 179 | 179 | protected function _renderHorizontalAxisSettings() { |
| 180 | 180 | self::_renderGroupStart( esc_html__( 'Horizontal Axis Settings', Visualizer_Plugin::NAME ) ); |
| 181 | 181 | self::_renderSectionStart( esc_html__( 'General Settings', Visualizer_Plugin::NAME ), false ); |
| 182 | - $this->_renderHorizontalAxisGeneratSettings(); | |
| 182 | + $this->_renderHorizontalAxisGeneralSettings(); | |
| 183 | 183 | self::_renderSectionEnd(); |
| 184 | 184 | |
| 185 | 185 | if ( $this->_horizontalGridLines ) { |
| 186 | 186 | self::_renderSectionStart( esc_html__( 'Grid Lines', Visualizer_Plugin::NAME ), false ); |