Skip to content

Commit

Permalink
Merge pull request #70 from hmrc/label-fix
Browse files Browse the repository at this point in the history
CYA Label fix
  • Loading branch information
Vishakha1903 authored Jun 6, 2024
2 parents c7257ce + e0e9cc2 commit 17ab043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,13 @@
</encoder>
</appender>

<appender name="ACCESS_LOG_FILE" class="ch.qos.logback.core.FileAppender">
<file>logs/access.log</file>
<encoder>
<pattern>%message%n</pattern>
</encoder>
</appender>

<appender name="CONNECTOR_LOG_FILE" class="ch.qos.logback.core.FileAppender">
<file>logs/connector.log</file>
<encoder>
<pattern>%message%n</pattern>
</encoder>
</appender>


<logger name="accesslog" level="INFO" additivity="false">
<appender-ref ref="ACCESS_LOG_FILE" />
</logger>

<logger name="com.google.inject" level="INFO"/>

<logger name="uk.gov" level="INFO"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/messages.en
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ haveGIIN.change.hidden = Change if you would like to provide a Global Intermedia

sendReports.title = Does the financial institution need to send FATCA reports?
sendReports.heading = Does {0} need to send FATCA reports?
sendReports.checkYourAnswersLabel = Does the financial institution need to send FATCA reports?
sendReports.checkYourAnswersLabel = Do they need to send FATCA reports?
sendReports.error.required = Select yes if the financial institution needs to send FATCA reports
sendReports.change.hidden = Change if they need to send FATCA reports

Expand Down

0 comments on commit 17ab043

Please sign in to comment.