mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Correct duplicate string
This commit is contained in:
		@@ -277,7 +277,7 @@ const ParseHTML = React.memo(
 | 
			
		||||
                    color: colors.primaryDefault,
 | 
			
		||||
                    marginRight: StyleConstants.Spacing.S
 | 
			
		||||
                  }}
 | 
			
		||||
                  children={t(`HTML.expanded.${expanded.toString()}`, {
 | 
			
		||||
                  children={t('HTML.expanded', {
 | 
			
		||||
                    hint: expandHint,
 | 
			
		||||
                    totalLines:
 | 
			
		||||
                      numberOfLines > 1 && typeof totalLines === 'number'
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "HTML": {
 | 
			
		||||
    "accessibilityHint": "Tap to expand or collapse content",
 | 
			
		||||
    "expanded": {
 | 
			
		||||
      "true": "{{hint}}{{totalLines}}",
 | 
			
		||||
      "false": "{{hint}}{{totalLines}}"
 | 
			
		||||
    },
 | 
			
		||||
    "expanded": "{{hint}}{{totalLines}}",
 | 
			
		||||
    "totalLines": " ({{count}} lines)",
 | 
			
		||||
    "defaultHint": "Long toot"
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user